Skip to content

Commit

Permalink
Hotfix Psionic Regeneration (Simple-Station#730)
Browse files Browse the repository at this point in the history
# Description

I LOVE OLD SHITCODE THAT DOESN'T VALIDATE ANYTHING. 
Not going to validate it in this PR because I'm just hot fixing this
shit, and I'm busy as hell with serializing Psionics.
I'll go do a significantly more longer-term fix 2 PRs from now. 

# Changelog

:cl:
- fix: Fix missing Psionic Regeneration sound effect
  • Loading branch information
VMSolidus authored and tim-mcqueen-ttec committed Aug 24, 2024
1 parent d361ab6 commit b9b6170
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 b9b6170

Please sign in to comment.