NOCLONE -> HUSK

This commit is contained in:
Atlantiscze
2014-12-29 15:58:21 +01:00
parent 5c60361f24
commit 84909f2fbd
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
src << "<span class='warning'>We do not know how to parse this creature's DNA!</span>"
return
if(NOCLONE in T.mutations)
if(HUSK in T.mutations)
src << "<span class='warning'>This creature's DNA is ruined beyond useability!</span>"
return

View File

@@ -96,5 +96,5 @@
/mob/living/carbon/human/proc/Drain()
ChangeToHusk()
mutations |= NOCLONE
mutations |= HUSK
return