aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-12 19:44:25 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-07-12 19:44:25 +0100
commit1c1d36fad84687a93a629525145c557f78cbf673 (patch)
treedad9279353a0b492349778a926dbc94a34762667 /Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
parentba41749cc6a6693f11a7f1c7535ff758a461a424 (diff)
downloadNorthstarMods-1c1d36fad84687a93a629525145c557f78cbf673.tar.gz
NorthstarMods-1c1d36fad84687a93a629525145c557f78cbf673.zip
lots of general fixes
Diffstat (limited to 'Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut')
-rw-r--r--Northstar.Custom/scripts/vscripts/gamemodes/_gamemode_fastball.gnut1
1 files changed, 1 insertions, 0 deletions
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 )