That's it: #46027, (a little bit of) #46132, #47100, #47341, #47351, #47395, #47457, #47491.

This commit is contained in:
Ghommie
2019-11-10 17:59:40 +01:00
parent 03da6d6960
commit c6e44a7fed
9 changed files with 381 additions and 172 deletions
@@ -69,11 +69,16 @@
/mob/living/carbon/human/proc/makeSkeleton()
ADD_TRAIT(src, TRAIT_DISFIGURED, TRAIT_GENERIC)
set_species(/datum/species/skeleton)
return 1
return TRUE
/mob/living/carbon/proc/Drain()
become_husk(CHANGELING_DRAIN)
ADD_TRAIT(src, TRAIT_NOCLONE, CHANGELING_DRAIN)
blood_volume = 0
return 1
return TRUE
/mob/living/carbon/proc/makeUncloneable()
ADD_TRAIT(src, TRAIT_NOCLONE, MADE_UNCLONEABLE)
blood_volume = 0
return TRUE