From 1c1d36fad84687a93a629525145c557f78cbf673 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:44:25 +0100 Subject: lots of general fixes --- Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 1 + 1 file changed, 1 insertion(+) (limited to 'Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut') diff --git a/Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut index 52b563d4b..815a2bb2f 100644 --- a/Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut +++ b/Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut @@ -15,6 +15,7 @@ void function GamemodeFastball_Init() // used for respawn PrecacheParticleSystem( $"P_pod_screen_lasers_OUT" ) + SetShouldUseRoundWinningKillReplay( true ) SetRoundBased( true ) SetRespawnsEnabled( false ) Riff_ForceSetEliminationMode( eEliminationMode.Pilots ) -- cgit v1.2.3