Adds in limb replacement surgery, robolimbs, and all the crap for them. They can take more damage, require wires and welder to repair, but malfunction when they get more damaged, and explode when destroyed.

This commit is contained in:
SkyMarshal
2012-04-11 15:42:54 -07:00
parent cbad550bf1
commit d03228bc6e
23 changed files with 301 additions and 71 deletions

View File

@@ -283,6 +283,7 @@ var/list/sacrificed = list()
del(ghost)
for(var/name in corpse_to_raise.organs)
var/datum/organ/external/affecting = corpse_to_raise.organs[name]
affecting.robot = 0
affecting.heal_damage(1000, 1000)
corpse_to_raise.setToxLoss(0)
corpse_to_raise.setOxyLoss(0)