mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] ss atoms update (#10736)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
84fad52804
commit
6169daa735
@@ -47,7 +47,6 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/closet/LateInitialize()
|
||||
. = ..()
|
||||
if(starts_with)
|
||||
create_objects_in_loc(src, starts_with)
|
||||
starts_with = null
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/low_wall/LateInitialize()
|
||||
. = ..()
|
||||
update_connections(1)
|
||||
update_icon()
|
||||
|
||||
@@ -351,7 +350,6 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/grille/bay/LateInitialize()
|
||||
. = ..()
|
||||
update_connections(1)
|
||||
update_icon()
|
||||
|
||||
@@ -412,7 +410,6 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/window/bay/LateInitialize()
|
||||
. = ..()
|
||||
icon_state = ""
|
||||
update_icon()
|
||||
|
||||
@@ -503,7 +500,6 @@
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/window/eris/LateInitialize()
|
||||
. = ..()
|
||||
icon_state = ""
|
||||
update_icon()
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ FLOOR SAFES
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
/obj/structure/safe/LateInitialize()
|
||||
. = ..()
|
||||
for(var/obj/item/I in loc)
|
||||
if(space >= maxspace)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user