mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
cleans up INIT (#17130)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -244,8 +244,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
|
||||
|
||||
Reference in New Issue
Block a user