[MIRROR] Atmospherics/Initialize (#9387)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-02 09:34:40 -07:00
committed by GitHub
parent 4aa4946fee
commit 244d055d39
24 changed files with 84 additions and 801 deletions

View File

@@ -177,8 +177,8 @@ If it gains pressure too slowly, it may leak or just rupture instead of explodin
animate(src, color = fire_color(air_contents.temperature), 5)
set_light(l_color = color)
/obj/fire/New(newLoc,fl)
..()
/obj/fire/Initialize(mapload, fl)
. = ..()
if(!istype(loc, /turf))
qdel(src)