This commit is contained in:
kevinz000
2020-01-20 17:50:07 -07:00
parent 0b0a6429ea
commit efe3ebdb53
4 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
var/PurityMin = 0.15 //If purity is below 0.15, it explodes too. Set to 0 to disable this.
/datum/chemical_reaction/proc/on_reaction(datum/reagents/holder, created_volume, specialreact)
/datum/chemical_reaction/proc/on_reaction(datum/reagents/holder, multiplier, specialreact)
return
//I recommend you set the result amount to the total volume of all components.