Skip to content

Commit

Permalink
Update shutter sounds (#34774)
Browse files Browse the repository at this point in the history
  • Loading branch information
themias authored Jan 31, 2025
1 parent 6a5a5c7 commit b2299bf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Resources/Audio/Machines/attributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,8 @@
license: "CC0-1.0"
copyright: "by AftrLite (Github). Uses audio from hypospray.ogg and hiss.ogg (Found in Resources/Audio/Items)"
source: "https://github.com/space-wizards/space-station-14/pull/33097"

- files: ["shutter.ogg"]
license: "CC-BY-3.0"
copyright: "Created by Tomlija, converted to OGG and modified by themias."
source: "https://freesound.org/people/Tomlija/sounds/99565/"
Binary file added Resources/Audio/Machines/shutter.ogg
Binary file not shown.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/shutter/shutter.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutter-rattle = *rattle rattle*
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
crushDamage:
types:
Blunt: 25 # yowch
openSound:
path: /Audio/Machines/blastdoor.ogg
closeSound:
path: /Audio/Machines/blastdoor.ogg
- type: Occluder
- type: Appearance
- type: RadiationBlocker
Expand All @@ -39,6 +43,11 @@
- board
- type: StaticPrice
price: 500
- type: InteractionPopup
interactSuccessString: comp-window-knock
messagePerceivedByOthers: comp-window-knock
interactSuccessSound:
path: /Audio/Effects/glass_knock.ogg

- type: entity
id: BlastDoorOpen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
types:
Blunt: 5 # getting shutters closed on you probably doesn't hurt that much
openSound:
path: /Audio/Machines/blastdoor.ogg
path: /Audio/Machines/shutter.ogg
closeSound:
path: /Audio/Machines/blastdoor.ogg
path: /Audio/Machines/shutter.ogg
- type: Weldable
time: 3
- type: Appearance
Expand Down Expand Up @@ -96,10 +96,10 @@
lastSignals:
DoorStatus: false
- type: InteractionPopup
interactSuccessString: comp-window-knock
messagePerceivedByOthers: comp-window-knock
interactSuccessString: shutter-rattle
messagePerceivedByOthers: shutter-rattle
interactSuccessSound:
path: /Audio/Effects/glass_knock.ogg
collection: FenceRattle
- type: BlockWeather

- type: entity
Expand Down

0 comments on commit b2299bf

Please sign in to comment.