mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
co-authored by
LemonInTheDark
Gandalf
parent
023369d59b
commit
d8ee087d8d
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user