[MIRROR] next new to init (#10524)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-24 14:10:59 -07:00
committed by GitHub
parent 9156a08bf0
commit 55d696e503
165 changed files with 672 additions and 729 deletions

View File

@@ -17,10 +17,10 @@
var/fire_resist = 1
var/expandType = /obj/effect/blob
/obj/effect/blob/New(loc)
/obj/effect/blob/Initialize(mapload)
. = ..()
health = maxHealth
update_icon()
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/New(loc)
/obj/effect/blob/core/Initialize(mapload)
. = ..()
START_PROCESSING(SSobj, src)
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/New()
..()
/obj/effect/blob/shield/Initialize(mapload)
. = ..()
update_nearby_tiles()
/obj/effect/blob/shield/Destroy()