makes the operating computer show toxin / corruption

An ugly way to do this, but still LESS ugly than rewriting the entire thing. It'll be FIIIINE
This commit is contained in:
DeltaFire
2020-11-13 02:41:34 +01:00
parent 935c412629
commit a9fda43bc2
3 changed files with 3 additions and 2 deletions
@@ -88,6 +88,7 @@
data["patient"]["fireLoss"] = patient.getFireLoss()
data["patient"]["toxLoss"] = patient.getToxLoss()
data["patient"]["oxyLoss"] = patient.getOxyLoss()
data["patient"]["is_robotic_organism"] = HAS_TRAIT(patient, TRAIT_ROBOTIC_ORGANISM)
if(patient.surgeries.len)
data["procedures"] = list()
for(var/datum/surgery/procedure in patient.surgeries)