mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #16688 from MrStonedOne/patch-188
fixes trees fucking up atmos.
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user