Merge pull request #35702 from DaedalusGame/scholar-of-the-first-sin-edition

Removes secondary
This commit is contained in:
Jordan Brown
2018-02-16 11:31:52 -05:00
committed by CitadelStationBot
parent 879d15c18d
commit fc7dbc8322
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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)