mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[Modular] Ports over our old chemicals. (#1864)
* Get fucked, cobbychem. * Click-Clack * C u m . * Update readme.md * Update oldchem_medicines.dm * Update oldchem_reactions.dm * Update code/modules/reagents/reagent_containers/borghydro.dm Co-authored-by: Gandalf <jzo123@hotmail.com> * Fucking there * Unga you people have skin made of tissue paper Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
return
|
||||
|
||||
// No decay if formaldehyde in corpse or when the corpse is charred
|
||||
if(C.reagents.has_reagent(/datum/reagent/toxin/formaldehyde, 15) || HAS_TRAIT(C, TRAIT_HUSK))
|
||||
if(C.reagents.has_reagent(/datum/reagent/toxin/formaldehyde, 1) || HAS_TRAIT(C, TRAIT_HUSK) || C.reagents.has_reagent(/datum/reagent/medicine/preservahyde, 1)) //Skyrat Edit - Preservahyde, Formaldehyde decrease
|
||||
return
|
||||
|
||||
// Also no decay if corpse chilled or not organic/undead
|
||||
|
||||
Reference in New Issue
Block a user