mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
set default icon to non state again (#9916)
This commit is contained in:
@@ -743,6 +743,7 @@
|
||||
closet_appearance = null
|
||||
open_sound = 'sound/effects/rustle1.ogg'
|
||||
close_sound = 'sound/effects/rustle2.ogg'
|
||||
icon_state = ""
|
||||
|
||||
//Wooden Crate
|
||||
/obj/structure/closet/crate/wooden
|
||||
@@ -752,6 +753,7 @@
|
||||
closet_appearance = null
|
||||
open_sound = 'sound/effects/wooden_closet_open.ogg'
|
||||
close_sound = 'sound/effects/wooden_closet_close.ogg'
|
||||
icon_state = ""
|
||||
|
||||
//Chest
|
||||
/obj/structure/closet/crate/chest
|
||||
@@ -761,6 +763,7 @@
|
||||
closet_appearance = null
|
||||
open_sound = 'sound/effects/wooden_closet_open.ogg'
|
||||
close_sound = 'sound/effects/wooden_closet_close.ogg'
|
||||
icon_state = ""
|
||||
|
||||
//Mining Cart
|
||||
/obj/structure/closet/crate/miningcar
|
||||
@@ -770,3 +773,4 @@
|
||||
closet_appearance = null
|
||||
open_sound = 'sound/effects/wooden_closet_open.ogg'
|
||||
close_sound = 'sound/effects/wooden_closet_close.ogg'
|
||||
icon_state = ""
|
||||
|
||||
Reference in New Issue
Block a user