Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Last update
Browse files Browse the repository at this point in the history
  • Loading branch information
NEirotoXiN committed Jun 6, 2024
1 parent 5bad73b commit 2e16af3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Binary file added Resources/Audio/BoomBox/CrystalsHotlineMiami.ogg
Binary file not shown.
Binary file added Resources/Audio/BoomBox/HydrogenHotlineMiami.ogg
Binary file not shown.
18 changes: 18 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/boombox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,24 @@
- type: BoomBoxTape
soundPath: /Audio/BoomBox/Rekka.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeHotLineCrystals
name: M.O.O.N. - Crystals
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/CrystalsHotlineMiami.ogg

- type: entity
parent: BaseBoomBoxTape
id: BaseBoomBoxTapeHotLineHydrogen
name: M.O.O.N. - Hydrogen
description: Музыка
components:
- type: BoomBoxTape
soundPath: /Audio/BoomBox/HydrogenHotlineMiami.ogg

# - type: entity
# parent: BaseBoomBoxTape
# id: BaseBoomBoxTapeSyndTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,5 @@
contents:
- id: BaseBoomBoxTapeHIFIFail
- id: BaseBoomBoxTapeHIFIRekka
- id: BaseBoomBoxTapeHotLineCrystals
- id: BaseBoomBoxTapeHotLineHydrogen
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
BaseBoomBoxTapeHIFIBlink: 3
BaseBoomBoxTapeHIFIFail: 3
BaseBoomBoxTapeHIFIRekka: 3
BaseBoomBoxTapeHotLineCrystals: 3
BaseBoomBoxTapeHotLineHydrogen: 3
BaseBoomBoxTapeSpaceOddity: 3
BaseBoomBoxTapeSpaceAsshole: 3
BaseBoomBoxTapeStarman: 3
Expand Down

0 comments on commit 2e16af3

Please sign in to comment.