From b8028242c00a87e2b329674a8a1b621f11564b84 Mon Sep 17 00:00:00 2001 From: Thalpy Date: Fri, 28 Jun 2019 17:16:21 +0100 Subject: [PATCH] Compile fixes --- code/modules/reagents/chemistry/holder.dm | 2 +- modular_citadel/code/datums/status_effects/chems.dm | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 399854f244..ac238b4d15 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -683,7 +683,7 @@ if (chem_temp > C.ExplodeTemp) //go to explode proc fermiIsReacting = FALSE - SSblackbox.record_feedback("tally", "fermi_chem", 1, (P+" explosion")) + SSblackbox.record_feedback("tally", "fermi_chem", 1, (C+" explosions")) C.FermiExplode(src, my_atom, (reactedVol+targetVol), chem_temp, pH) STOP_PROCESSING(SSprocessing, src) return diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index 59c48ca16b..f6abf22e3c 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -281,10 +281,11 @@ mental_capacity -= resistanceTally//leftover resistance per step is taken away from mental_capacity. resistanceTally /= 2 enthrallTally = 0 + SSblackbox.record_feedback("tally", "fermi_chem", 1, "Enthralled to state 2") if(owner.lewd) to_chat(owner, "Your conciousness slips, as you sink deeper into trance and servitude.") - SSblackbox.record_feedback("tally", "fermi_chem", 1, "Enthralled to state 2") else + to_chat(owner, "Your conciousness slips, as you feel more drawn to following [master].") else if (resistanceTally > 150) phase = -1