This commit is contained in:
silicons
2021-05-06 01:52:35 -07:00
parent 2b91cabd6e
commit 6ac964b35a
5 changed files with 87 additions and 4 deletions

View File

@@ -309,6 +309,10 @@
/obj/structure/foamedmetal/resin/Initialize()
. = ..()
neutralize_air()
addtimer(CALLBACK(src, .proc/neuralize_air), 5) // yeah this sucks, maybe when auxmos is out
/obj/structure/foamedmetal/resin/proc/neutralize_air()
if(isopenturf(loc))
var/turf/open/O = loc
O.ClearWet()