From bb754b58911d1545d21f921b694e9d7da42b2496 Mon Sep 17 00:00:00 2001 From: AnturK Date: Tue, 30 Jan 2018 12:40:55 +0100 Subject: [PATCH 1/2] Removes maptext on morph restore. --- code/game/gamemodes/miniantags/morph/morph.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/miniantags/morph/morph.dm b/code/game/gamemodes/miniantags/morph/morph.dm index 158ba09d43c8b..ec73cc52ac50a 100644 --- a/code/game/gamemodes/miniantags/morph/morph.dm +++ b/code/game/gamemodes/miniantags/morph/morph.dm @@ -126,6 +126,7 @@ form = null alpha = initial(alpha) color = initial(color) + maptext = null visible_message("[src] suddenly collapses in on itself, dissolving into a pile of green flesh!", \ "You reform to your normal body.") From 288de5c3e2d96a9f0a0072388be6d3d8d8c86181 Mon Sep 17 00:00:00 2001 From: HonkBot Date: Wed, 31 Jan 2018 15:04:11 +0000 Subject: [PATCH 2/2] Removes maptext on morph restore.