mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user