Skip to content

Commit

Permalink
fixes trees fucking up atmos.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed Apr 6, 2016
1 parent 0c5151a commit 91d90c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/tree.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
if(prob(25))
var/amt = min(co2, 9)
T.air.gases["co2"][MOLES] -= amt
T.atmos_spawn_air("oxygen=[amt]")
T.atmos_spawn_air("o2=[amt]")

/mob/living/simple_animal/hostile/tree/AttackingTarget()
..()
Expand Down

0 comments on commit 91d90c6

Please sign in to comment.