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:
Kashargul
2025-03-24 06:18:39 -04:00
committed by GitHub
parent 8a4ac36d15
commit d3b7ba8b43
141 changed files with 529 additions and 601 deletions
+6 -6
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()