/atom New() => Initialize() [MDB IGNORE]

This commit is contained in:
MistakeNot4892
2021-11-14 03:09:51 -05:00
committed by VirgoBot
parent 47c8115916
commit 3f9af78f3a
587 changed files with 12315 additions and 2669 deletions
+2 -2
View File
@@ -250,8 +250,8 @@
max_uses = 1
desc = "This template spellbook was never meant for the eyes of man..."
/obj/item/weapon/spellbook/oneuse/New()
..()
/obj/item/weapon/spellbook/oneuse/Initialize()
. = ..()
name += spellname
/obj/item/weapon/spellbook/oneuse/attack_self(mob/user as mob)
@@ -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()
. = ..()
last_valid_turf = get_turf(loc)
/obj/effect/dummy/spell_jaunt/Destroy()
// Eject contents if deleted somehow