diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-25 17:10:38 +1100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-25 20:14:11 -0300 |
commit | f00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3 (patch) | |
tree | 4c0703d3c32c5f3e6b3f171968fe53db90440e5a | |
parent | fb68eb976de5bd6637d3679273748187c32352ab (diff) | |
download | NorthstarMods-f00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3.tar.gz NorthstarMods-f00ecdfebd4e9b1a8b40fcbd2a310bfd705a40e3.zip |
Update _gamemode_tffa.gnut
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_tffa.gnut | 3 |
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 edea5a76..30aacad5 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() |