[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -52,7 +52,7 @@ GLOBAL_LIST_EMPTY(suit_cycler_typecache)
var/datum/wires/suit_storage_unit/wires = null
/obj/machinery/suit_cycler/Initialize()
/obj/machinery/suit_cycler/Initialize(mapload)
. = ..()
departments = load_departments()

View File

@@ -26,7 +26,7 @@
var/safetieson = 1
var/cycletime_left = 0
/obj/machinery/suit_storage_unit/Initialize()
/obj/machinery/suit_storage_unit/Initialize(mapload)
. = ..()
if(suit_type)
SUIT = new suit_type(src)