mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Partially fixed the double definition of BROKEN, renamed organ definitions
This commit is contained in:
@@ -283,7 +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.status &= ~ROBOT
|
||||
affecting.status &= ~ORGAN_ROBOT
|
||||
affecting.heal_damage(1000, 1000)
|
||||
corpse_to_raise.setToxLoss(0)
|
||||
corpse_to_raise.setOxyLoss(0)
|
||||
|
||||
Reference in New Issue
Block a user