React optimization + event based processing for tanks, canisters and pipelines (#5352)

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-05-01 14:08:53 +01:00
committed by GitHub
co-authored by LemonInTheDark Gandalf
parent 023369d59b
commit d8ee087d8d
39 changed files with 1855 additions and 552 deletions
@@ -42,7 +42,7 @@
/obj/structure/closet/crate/critter/return_air()
if(tank)
return tank.air_contents
return tank.return_air()
else
return loc.return_air()