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

This commit is contained in:
Novacat
2022-08-27 08:49:56 -04:00
committed by GitHub
parent 0be7af4774
commit 1aa4c73e8d
599 changed files with 3329 additions and 4983 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/Initialize()
. = ..()
/obj/item/weapon/spellbook/oneuse/New()
..()
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/Initialize()
. = ..()
last_valid_turf = get_turf(loc)
/obj/effect/dummy/spell_jaunt/New(var/location)
..()
last_valid_turf = get_turf(location)
/obj/effect/dummy/spell_jaunt/Destroy()
// Eject contents if deleted somehow