Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 13:59:29 -05:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
can_reinforce = FALSE
can_plate = FALSE
/obj/structure/table/darkglass/Initialize()
/obj/structure/table/darkglass/Initialize(mapload)
material = get_material_by_name(MAT_DARKGLASS)
verbs -= /obj/structure/table/verb/do_flip
verbs -= /obj/structure/table/proc/do_put
@@ -45,6 +45,6 @@
icon_state = "plain_preview"
color = "#FFFF00"
/obj/structure/table/gold/Initialize()
/obj/structure/table/gold/Initialize(mapload)
material = get_material_by_name(MAT_GOLD)
. = ..()
+1 -1
View File
@@ -59,7 +59,7 @@ var/list/table_icon_cache = list()
/obj/structure/table/blob_act()
take_damage(100)
/obj/structure/table/Initialize()
/obj/structure/table/Initialize(mapload)
. = ..()
// One table per turf.