Fix Space Villain tie message (#40958)

Fix `space-villain-game-enemy-dies-with-player-message`
This commit is contained in:
Stefano Pigozzi
2025-10-18 18:43:10 +02:00
committed by GitHub
parent 253c6b4e0a
commit 68ea91d070

View File

@@ -243,7 +243,7 @@ public sealed partial class SpaceVillainGame
UpdateUi(
uid,
Loc.GetString("space-villain-game-player-loses-message"),
Loc.GetString("space-villain-game-enemy-dies-with-player-message ", ("enemyName", _villainName)),
Loc.GetString("space-villain-game-enemy-dies-with-player-message", ("enemyName", _villainName)),
true
);
_audioSystem.PlayPvs(arcade.GameOverSound, uid, AudioParams.Default.WithVolume(-4f));