diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-06-26 22:58:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 22:58:34 +0200 |
commit | 391439f2d022a4657fcc5cb8d95c3b27b9887467 (patch) | |
tree | c02ff9bb146ddb3cc866bfcaa0bca289923016e0 | |
parent | 41ec203c56a9f2f83ad9fb1b2fcd5dd4027c96b4 (diff) | |
download | NorthstarMods-1.9.0.tar.gz NorthstarMods-1.9.0.zip |
Re-enable Triple Threat (#402)v1.9.0-rc1v1.9.0
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut b/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut index 6834c858..848a4b86 100644 --- a/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/sh_northstar_custom_precache.gnut @@ -4,8 +4,7 @@ global function NorthstarCustomPrecache void function NorthstarCustomPrecache() { PrecacheWeapon( "mp_weapon_peacekraber" ) - // Triple Threat disabled due to compat issues, see #331 - // PrecacheWeapon( "mp_titanweapon_triplethreat" ) + PrecacheWeapon( "mp_titanweapon_triplethreat" ) PrecacheWeapon( "melee_pilot_kunai" ) // create kunai damage source so game won't crash when we hit smth with it |