mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user