[MIRROR] cleans up INIT (#10164)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-14 21:40:43 -07:00
committed by GitHub
parent a71b34b7e0
commit e4f07e43f3
38 changed files with 187 additions and 187 deletions

View File

@@ -161,7 +161,7 @@
item_state = "whiteshovel"
var/datum/material/material
/obj/item/shovel/wood/Initialize(var/ml, var/_mat)
/obj/item/shovel/wood/Initialize(mapload, var/_mat)
. = ..()
material = get_material_by_name(_mat)
if(!istype(material))

View File

@@ -260,8 +260,8 @@ GLOBAL_LIST_EMPTY(unique_deployable)
icon = 'icons/obj/survival_pod.dmi'
icon_state = "bed"
/obj/structure/bed/pod/Initialize(var/newloc)
. = ..(newloc, MAT_STEEL, MAT_COTTON)
/obj/structure/bed/pod/Initialize(mapload)
. = ..(mapload, MAT_STEEL, MAT_COTTON)
//Survival Storage Unit
/obj/machinery/smartfridge/survival_pod