Merge pull request #177 from Azarak/neurotoxin

Re-adds neurotoxin and adds neurosmash
This commit is contained in:
Dahlular
2020-02-01 07:22:22 -07:00
committed by GitHub
4 changed files with 47 additions and 2 deletions
@@ -6,11 +6,11 @@
return
//Called when reaction STOP_PROCESSING
/datum/chemical_reaction/fermi/proc/FermiFinish(datum/reagents/holder)
/datum/chemical_reaction/proc/FermiFinish(datum/reagents/holder)
return
//Called when temperature is above a certain threshold, or if purity is too low.
/datum/chemical_reaction/fermi/proc/FermiExplode(datum/reagents, var/atom/my_atom, volume, temp, pH, Exploding = FALSE)
/datum/chemical_reaction/proc/FermiExplode(datum/reagents, var/atom/my_atom, volume, temp, pH, Exploding = FALSE)
if (Exploding == TRUE)
return