mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user