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