Merge pull request #16621 from duncathan/atmosspawnair

Makes atmos_spawn_air() use the new gas string parser
This commit is contained in:
Cheridan
2016-04-05 11:38:12 -05:00
19 changed files with 32 additions and 74 deletions
@@ -47,7 +47,7 @@
if(prob(25))
var/amt = min(co2, 9)
T.air.gases["co2"][MOLES] -= amt
T.atmos_spawn_air(SPAWN_OXYGEN, amt)
T.atmos_spawn_air("oxygen=[amt]")
/mob/living/simple_animal/hostile/tree/AttackingTarget()
..()