aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-24 20:05:14 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-24 20:05:14 +0000
commitc15073a49a6f7814deef65f9d935289468914cb1 (patch)
treef7bb63a4dfc48dcf981f8366296f2e6af093bb66 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
parentaafffda44116b7ac7911dc65826e391c61b458cd (diff)
downloadNorthstarMods-c15073a49a6f7814deef65f9d935289468914cb1.tar.gz
NorthstarMods-c15073a49a6f7814deef65f9d935289468914cb1.zip
fix grace period being allowed in titans
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut1
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
index c4ffada1b..a7dc00de1 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ttdm.nut
@@ -8,6 +8,7 @@ void function GamemodeTTDM_Init()
Riff_ForceTitanExitEnabled( eTitanExitEnabled.Never )
TrackTitanDamageInPlayerGameStat( PGS_ASSAULT_SCORE )
ScoreEvent_SetupEarnMeterValuesForMixedModes()
+ SetLoadoutGracePeriodEnabled( false )
ClassicMP_SetCustomIntro( TTDMIntroSetup, TTDMIntroLength )