ss atoms update (#17529)

* draft ss atoms update

* .

* .

* .

* low wall

* do that when not asleep

* late init handling

* .

* smes

* try this
This commit is contained in:
Kashargul
2025-04-24 00:00:57 +02:00
committed by GitHub
parent d320585510
commit e5d5b3769a
53 changed files with 431 additions and 245 deletions
@@ -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
-4
View File
@@ -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()
-1
View File
@@ -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