Skip to content

Commit

Permalink
Update PsionicRegenerationPowerComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 13, 2024
1 parent 794b8eb commit d69a55d
Showing 1 changed file with 1 addition 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/Psionics/heartbeat_fast.ogg");
public SoundSpecifier SoundUse = new SoundPathSpecifier("/Audio/Psionics/heartbeat_fast.ogg");

[DataField("psionicRegenerationActionId",
customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
Expand Down

0 comments on commit d69a55d

Please sign in to comment.