Compile fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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, "<span class='big velvet'><i>Your conciousness slips, as you sink deeper into trance and servitude.</i></span>")
|
||||
SSblackbox.record_feedback("tally", "fermi_chem", 1, "Enthralled to state 2")
|
||||
else
|
||||
to_chat(owner, "<span class='big velvet'><i>Your conciousness slips, as you feel more drawn to following [master].</i></span>")
|
||||
|
||||
else if (resistanceTally > 150)
|
||||
phase = -1
|
||||
|
||||
Reference in New Issue
Block a user