mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user