Merge pull request #9269 from Thalpy/FermiGrenades

Re-enables fermichem mechanics for grenades, nuances heat for general handling and enables SDGF/hatmium explosions.
This commit is contained in:
kevinz000
2019-09-21 01:46:22 -07:00
committed by GitHub
2 changed files with 30 additions and 11 deletions
+6 -1
View File
@@ -496,7 +496,12 @@
//Standard reaction mechanics:
else
if (C.FermiChem == TRUE)//Just to make sure
if (C.FermiChem == TRUE)//Just to make sure, should only proc when grenades are combining.
if (chem_temp > C.ExplodeTemp) //To allow fermigrenades
var/datum/chemical_reaction/fermi/Ferm = selected_reaction
fermiIsReacting = FALSE
SSblackbox.record_feedback("tally", "fermi_chem", 1, ("[Ferm] explosion"))
Ferm.FermiExplode(src, my_atom, volume = total_volume, temp = chem_temp, pH = pH)
return 0
for(var/B in cached_required_reagents) //