Clears Hallucinations and Properly Handles the Long-Dead

This commit is contained in:
KasparoVy
2016-05-22 16:34:51 -04:00
parent 701df43ee0
commit acaa71a651
2 changed files with 9 additions and 0 deletions
@@ -1314,6 +1314,14 @@
restore_all_organs() //Rejuvenate and reset all existing organs.
check_and_regenerate_organs(src) //Regenerate limbs and organs only if they're really missing.
surgeries.Cut() //End all surgeries.
update_revive()
if(species.name != "Skeleton" && (SKELETON in mutations))
mutations.Remove(SKELETON)
if(NOCLONE in mutations)
mutations.Remove(NOCLONE)
if(HUSK in mutations)
mutations.Remove(HUSK)
if(!client || !key) //Don't boot out anyone already in the mob.
for (var/obj/item/organ/internal/brain/H in world)
+1
View File
@@ -367,6 +367,7 @@
drowsyness = 0
radiation = 0
druggy = 0
hallucination = 0
nutrition = 400
bodytemperature = 310
sdisabilities = 0