aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorWill Castro <39478251+VITALISED@users.noreply.github.com>2022-01-25 17:10:38 +1100
committerBarichello <artur@barichello.me>2022-01-25 20:14:11 -0300
commitf00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3 (patch)
tree4c0703d3c32c5f3e6b3f171968fe53db90440e5a /Northstar.Custom
parentfb68eb976de5bd6637d3679273748187c32352ab (diff)
downloadNorthstarMods-f00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3.tar.gz
NorthstarMods-f00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3.zip
Update _gamemode_tffa.gnut
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut3
1 files changed, 1 insertions, 2 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut
index edea5a764..30aacad54 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut
@@ -6,6 +6,7 @@ const float TFFAIntroLength = 15.0
void function GamemodeTFFA_Init()
{
+ SetSpawnpointGamemodeOverride( FFA )
Riff_ForceSetSpawnAsTitan( eSpawnAsTitan.Always )
Riff_ForceTitanExitEnabled( eTitanExitEnabled.Never )
TrackTitanDamageInPlayerGameStat( PGS_ASSAULT_SCORE )
@@ -15,8 +16,6 @@ void function GamemodeTFFA_Init()
ClassicMP_SetCustomIntro( TFFAIntroSetup, TFFAIntroLength )
AddCallback_OnPlayerKilled( AddTeamScoreForPlayerKilled ) // dont have to track autotitan kills since you cant leave your titan in this mode
-
- // probably needs scoreevent earnmeter values
}
void function TFFAIntroSetup()