mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Goddammit
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
for(var/name in organs)
|
||||
var/datum/organ/external/O = organs[name]
|
||||
if(O.destroyed) damage_appearance += "d"
|
||||
if(O.status & DESTROYED) damage_appearance += "d"
|
||||
else
|
||||
damage_appearance += O.damage_state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user