New to init final (#17512)

* Initial

* some more

* next few

* only light left

* fix things up

* some rmore fixes

* guh

* Update ai_vr.dm

* comment

* lets try something

* .

* hmm

* .

* .

* hmm

* push that here

* fix layout

* grrr
This commit is contained in:
Kashargul
2025-04-14 00:07:35 +02:00
committed by GitHub
parent 53ee76ad92
commit cdfa1c853f
170 changed files with 1262 additions and 1219 deletions
@@ -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)