Makes mixing meth dangerous again

This commit is contained in:
CitadelStationBot
2017-08-18 18:59:58 -05:00
parent ad8af9f9ec
commit f7bde6a76a
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
var/required_other = 0 // an integer required for the reaction to happen
var/secondary = 0 // set to nonzero if secondary reaction
var/mob_react = 0 //Determines if a chemical reaction can occur inside a mob
var/mob_react = TRUE //Determines if a chemical reaction can occur inside a mob
var/required_temp = 0
var/is_cold_recipe = 0 // Set to 1 if you want the recipe to only react when it's BELOW the required temp.