diff options
author | x3Karma <juliuslimck@gmail.com> | 2021-12-30 14:26:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 14:26:36 +0800 |
commit | f98b68820d29c8bf3aad041dec269ea83f33da5f (patch) | |
tree | 1012a2259b752268d45223bbd939e770837aab15 | |
parent | 33b94edca707e71084b2742ad9f57265f39aac88 (diff) | |
download | NorthstarMods-f98b68820d29c8bf3aad041dec269ea83f33da5f.tar.gz NorthstarMods-f98b68820d29c8bf3aad041dec269ea83f33da5f.zip |
wrong file fuck me this is a backup
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ps.nut.bak | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ps.nut.bak b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ps.nut.bak deleted file mode 100644 index 8092a790..00000000 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_ps.nut.bak +++ /dev/null @@ -1,15 +0,0 @@ -global function GamemodePs_Init
-
-void function GamemodePs_Init()
-{
- Riff_ForceTitanAvailability( eTitanAvailability.Never )
-
- AddCallback_OnPlayerKilled( GiveScoreForPlayerKill )
- ScoreEvent_SetupEarnMeterValuesForMixedModes()
-}
-
-void function GiveScoreForPlayerKill( entity victim, entity attacker, var damageInfo )
-{
- if ( victim != attacker && victim.IsPlayer() && attacker.IsPlayer() && GetGameState() == eGameState.Epilogue)
- AddTeamScore( attacker.GetTeam(), 1 )
-}
\ No newline at end of file |