Compile fixes

This commit is contained in:
Thalpy
2019-06-28 17:16:21 +01:00
parent 9ee17e4045
commit b8028242c0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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