From 658489a15a98689096c6eec8f486f1de5fee23c4 Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 5 Mar 2020 11:26:42 -0800 Subject: [PATCH] no this is how you do it. --- .../code/modules/reagents/chemistry/recipes/fermi.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index dab1d240a4..eb93d273a7 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -303,7 +303,7 @@ HIonRelease = 0.1 RateUpLim = 1 FermiChem = TRUE - FermiExplode = FALSE + FermiExplode = TRUE PurityMin = 0.2 /datum/chemical_reaction/fermi/enthrall/FermiFinish(datum/reagents/holder, var/atom/my_atom) @@ -349,6 +349,10 @@ E.data["creatorID"] = B.data["ckey"] E.creatorID = B.data["ckey"] +/datum/chemical_reaction/fermi/enthrall/FermiExplode(datum/reagents/R0, var/atom/my_atom, volume, temp, pH) + R0.clear_reagents() + ..() + /datum/chemical_reaction/fermi/hatmium // done name = "Hat growth serum" id = /datum/reagent/fermi/hatmium