aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_hs.gnut2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_hs.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_hs.gnut
index ccdd5b853..af7aaced4 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_hs.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_hs.gnut
@@ -171,7 +171,7 @@ void function TryNotifyLastPlayerAlive( entity victim, entity attacker, var dama
if ( victim.GetTeam() == HIDEANDSEEK_TEAM_HIDER )
{
array<entity> hiders = GetPlayerArrayOfTeam( HIDEANDSEEK_TEAM_HIDER )
- if ( hiders.len() == 1 )
+ if ( hiders.len() == 2 ) // 2nd to last hider is the one getting killed rn
{
PlayMusicToAll( eMusicPieceID.GAMEMODE_2 )