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
@@ -30,7 +30,7 @@
|
||||
/obj/machinery/smartfridge/secure
|
||||
is_secure = 1
|
||||
|
||||
/obj/machinery/smartfridge/Initialize()
|
||||
/obj/machinery/smartfridge/Initialize(mapload)
|
||||
. = ..()
|
||||
if(persistent)
|
||||
SSpersistence.track_value(src, persistent)
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down
|
||||
name = "\improper Smart Chemavator - Lower"
|
||||
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down/Initialize()
|
||||
/obj/machinery/smartfridge/chemistry/chemvator/down/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/machinery/smartfridge/chemistry/chemvator/above = locate(/obj/machinery/smartfridge/chemistry/chemvator,get_zstep(src,UP))
|
||||
if(istype(above))
|
||||
|
||||
Reference in New Issue
Block a user