mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
Formaldehyde works now
One unit of formaldehyde stops organ decay. Like how everyone thought it worked but didn't.
This commit is contained in:
@@ -401,6 +401,8 @@
|
||||
if(O)
|
||||
O.on_life()
|
||||
else
|
||||
if(reagents.has_reagent("formaldehyde", 1)) // No organ decay if the body contains formaldehyde.
|
||||
return
|
||||
for(var/V in internal_organs)
|
||||
var/obj/item/organ/O = V
|
||||
if(O)
|
||||
|
||||
Reference in New Issue
Block a user