Skip to content

Commit

Permalink
Sounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jun 18, 2024
1 parent 968a79d commit 2305880
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/MapData/shuttles/srm_elder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,23 @@
name = "shadow's locker"
desc = "The closet of equipment and attire for the aspiring shadow."
icon_state = "cabinet"
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'

/obj/structure/closet/secure_closet/flamebearer
name = "flamebearer's locker"
desc = "The closet of equipment an ascetic Flamebearer would require."
icon_state = "cabinet"
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'

/obj/structure/closet/secure_closet/hunter
name = "hunter's locker"
desc = "Everything a hunter will need, held in one secure closet."
icon_state = "cabinet"
req_access = list(ACCESS_SECURITY)
open_sound = 'sound/machines/wooden_closet_open.ogg'
close_sound = 'sound/machines/wooden_closet_close.ogg'

/obj/structure/closet/secure_closet/machinist
name = "machinist's Locker"
Expand Down

0 comments on commit 2305880

Please sign in to comment.