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
+6 -6
View File
@@ -17,10 +17,10 @@
var/fire_resist = 1
var/expandType = /obj/effect/blob
/obj/effect/blob/Initialize()
/obj/effect/blob/New(loc)
health = maxHealth
update_icon()
return ..()
return ..(loc)
/obj/effect/blob/CanPass(var/atom/movable/mover, var/turf/target)
return FALSE
@@ -164,9 +164,9 @@
/obj/effect/blob/core/update_icon()
return
/obj/effect/blob/core/Initialize()
/obj/effect/blob/core/New(loc)
START_PROCESSING(SSobj, src)
return ..()
return ..(loc)
/obj/effect/blob/core/Destroy()
STOP_PROCESSING(SSobj, src)
@@ -188,8 +188,8 @@
brute_resist = 1
fire_resist = 2
/obj/effect/blob/shield/Initialize()
. = ..()
/obj/effect/blob/shield/New()
..()
update_nearby_tiles()
/obj/effect/blob/shield/Destroy()