next new to init (#17400)

* next new to init

* .

* this needs thorough testing

* .

* needs an istype

* also vnotice

* mvoe to defines
This commit is contained in:
Kashargul
2025-03-24 06:18:39 -04:00
committed by GitHub
parent 8a4ac36d15
commit d3b7ba8b43
141 changed files with 529 additions and 601 deletions
@@ -78,9 +78,9 @@
anchored = TRUE
var/turf/last_valid_turf
/obj/effect/dummy/spell_jaunt/New(var/location)
..()
last_valid_turf = get_turf(location)
/obj/effect/dummy/spell_jaunt/Initialize(mapload)
. = ..()
last_valid_turf = get_turf(loc)
/obj/effect/dummy/spell_jaunt/Destroy()
// Eject contents if deleted somehow