Surgery tracking.

This commit is contained in:
Segrain
2014-01-31 16:28:24 +03:00
committed by ZomgPonies
parent 95a0c8f7e3
commit bde40bd95e
4 changed files with 14 additions and 4 deletions
+2
View File
@@ -637,9 +637,11 @@ This function completely restores a damaged organ to perfect condition.
src.status &= ~ORGAN_BROKEN
src.status &= ~ORGAN_BLEEDING
src.status &= ~ORGAN_SPLINTED
src.status &= ~ORGAN_CUT_AWAY
src.status &= ~ORGAN_ATTACHABLE
src.status &= ~ORGAN_DESTROYED
src.status |= ORGAN_ROBOT
src.destspawn = 0
for (var/datum/organ/external/T in children)
if(T)
T.robotize()