[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

@@ -22,7 +22,7 @@ FLOOR SAFES
var/maxspace = 24 //the maximum combined w_class of stuff in the safe
/obj/structure/safe/Initialize()
/obj/structure/safe/Initialize(mapload)
. = ..()
tumbler_1_pos = rand(0, 72)
tumbler_1_open = rand(0, 72)
@@ -178,7 +178,7 @@ FLOOR SAFES
plane = PLATING_PLANE
layer = ABOVE_UTILITY
/obj/structure/safe/floor/Initialize()
/obj/structure/safe/floor/Initialize(mapload)
. = ..()
var/turf/T = loc
if(istype(T) && !T.is_plating())