Merge pull request #5528 from Citadel-Station-13/upstream-merge-35702

[MIRROR] Removes secondary
This commit is contained in:
LetterJay
2018-02-16 12:10:55 -06:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
@@ -9,7 +9,6 @@
var/atom/required_container = null // the container required for the reaction to happen
var/required_other = 0 // an integer required for the reaction to happen
var/secondary = 0 // set to nonzero if secondary reaction
var/mob_react = TRUE //Determines if a chemical reaction can occur inside a mob
var/required_temp = 0
@@ -268,7 +268,6 @@
id = "smoke_powder_smoke"
required_reagents = list("smoke_powder" = 1)
required_temp = 374
secondary = 1
mob_react = FALSE
/datum/chemical_reaction/smoke_powder_smoke/on_reaction(datum/reagents/holder, created_volume)