Merge pull request #3210 from Citadel-Station-13/upstream-merge-31388

[MIRROR] Moves assert_gas() into a define it should always have been, speeding up atmos slightly
This commit is contained in:
LetterJay
2017-10-08 16:19:12 -04:00
committed by GitHub
17 changed files with 263 additions and 274 deletions
@@ -426,7 +426,7 @@
if(!istype(T))
return
var/datum/gas_mixture/GM = new
GM.assert_gas("plasma")
ASSERT_GAS("plasma", GM)
if(prob(10))
GM.gases["plasma"][MOLES] += 100
GM.temperature = 1500+T0C //should be enough to start a fire