Skip to content

Commit

Permalink
Merge pull request #755 from CeladonSS13/upstream-pr-3122
Browse files Browse the repository at this point in the history
[MIRROR] Gives SRM Cabinets Cabinet Sounds
  • Loading branch information
MrCat15352 committed Jun 19, 2024
2 parents b04bdd5 + f388258 commit 29d19d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/game/MapData/shuttles/srm_elder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +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/montagnes
name = "\proper Hunter Montagnes Locker"
Expand Down

0 comments on commit 29d19d9

Please sign in to comment.