From 79cb10f8ec6f2b9d9ca57f4b8a20fdb8fefd196e Mon Sep 17 00:00:00 2001 From: Poojawa Date: Tue, 6 Feb 2018 09:49:46 -0600 Subject: [PATCH] Update morph.dm --- code/modules/antagonists/morph/morph.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/antagonists/morph/morph.dm b/code/modules/antagonists/morph/morph.dm index 52f9682717..145a135a4e 100644 --- a/code/modules/antagonists/morph/morph.dm +++ b/code/modules/antagonists/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.") @@ -226,7 +227,7 @@ player_mind.transfer_to(S) player_mind.assigned_role = "Morph" player_mind.special_role = "Morph" - player_mind.add_antag_datum(/datum/antagonist/auto_custom) + player_mind.add_antag_datum(/datum/antagonist/morph) to_chat(S, S.playstyle_string) SEND_SOUND(S, sound('sound/magic/mutate.ogg')) message_admins("[key_name_admin(S)] has been made into a morph by an event.")