Skip to content

Commit

Permalink
Fix missing sound for Psionic Regen (#879)
Browse files Browse the repository at this point in the history
fix missing sound for this
  • Loading branch information
FluffiestFloof authored Feb 23, 2024
1 parent f6d6c0e commit bf396ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed partial class PsionicRegenerationPowerComponent : Component
public float UseDelay = 8f;
[DataField("soundUse")]

public SoundSpecifier SoundUse = new SoundPathSpecifier("/Audio/Nyanotrasen/heartbeat_fast.ogg");
public SoundSpecifier SoundUse = new SoundPathSpecifier("/Audio/Nyanotrasen/Psionics/heartbeat_fast.ogg");

[DataField("psionicRegenerationActionId",
customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
Expand Down
4 changes: 4 additions & 0 deletions Resources/Audio/Nyanotrasen/Psionics/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["heartbeat_fast.ogg"]
license: "CC0-1.0"
copyright: "Taken from greyseraphim via freesound.org"
source: "https://freesound.org/people/greyseraphim/sounds/21409/"
Binary file not shown.

0 comments on commit bf396ab

Please sign in to comment.