mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user