Adds CI for missing icon_states (#27063)

* Adds CI for missing icon_states

* yeah

* more fixes

* more fixes

* seems good

* moar

* fix

* yea

* hrtyhrt

* yeah

* WOE
This commit is contained in:
Contrabang
2024-11-14 17:58:06 +00:00
committed by GitHub
parent da630e1b63
commit 8352613d03
74 changed files with 157 additions and 327 deletions
@@ -5,13 +5,13 @@
desc = "A wall mounted storage locker."
name = "wall locker"
icon = 'icons/obj/walllocker.dmi'
icon_state = "wall-locker"
icon_state = null
door_anim_time = 0
enable_door_overlay = FALSE
density = FALSE
anchored = TRUE
icon_closed = "wall-locker"
icon_opened = "wall-lockeropen"
icon_closed = null
icon_opened = null
/obj/structure/closet/walllocker/close()
. = ..()