[MIRROR] New to init final (#10649)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-17 04:52:07 -07:00
committed by GitHub
parent e1b14a3570
commit 5853b61b55
221 changed files with 1452 additions and 1427 deletions

View File

@@ -189,11 +189,13 @@
light_color = "#ed9200"
anchored = TRUE
/obj/effect/engine_exhaust/New(var/turf/nloc, var/ndir, var/flame)
..(nloc)
/obj/effect/engine_exhaust/Initialize(mapload, var/ndir, var/flame)
. = ..()
if(flame)
icon_state = "exhaust"
nloc.hotspot_expose(1000,125)
if(isturf(loc))
var/turf/T = loc
T.hotspot_expose(1000,125)
set_light(0.5, 3)
set_dir(ndir)
QDEL_IN(src, 20)