From 84909f2fbd6979c209fdf47542c6d222b1b36a40 Mon Sep 17 00:00:00 2001 From: Atlantiscze Date: Mon, 29 Dec 2014 15:58:21 +0100 Subject: [PATCH] NOCLONE -> HUSK --- code/game/gamemodes/changeling/changeling_powers.dm | 2 +- code/modules/mob/living/carbon/human/death.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/changeling_powers.dm b/code/game/gamemodes/changeling/changeling_powers.dm index 1102279c07..d8568c8f60 100644 --- a/code/game/gamemodes/changeling/changeling_powers.dm +++ b/code/game/gamemodes/changeling/changeling_powers.dm @@ -149,7 +149,7 @@ src << "We do not know how to parse this creature's DNA!" return - if(NOCLONE in T.mutations) + if(HUSK in T.mutations) src << "This creature's DNA is ruined beyond useability!" return diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 1c3d130bf3..6db7387f79 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -96,5 +96,5 @@ /mob/living/carbon/human/proc/Drain() ChangeToHusk() - mutations |= NOCLONE + mutations |= HUSK return