mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] New to init final (#10649)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e1b14a3570
commit
5853b61b55
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user