25 -> 35 nuke killstreak

This commit is contained in:
edshot99 2025-01-14 10:13:48 -06:00
parent 11ad16fb39
commit 96971879c3
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ SWEP.PoorBastard = false
SWEP.NextShoot = 0
function SWEP:Equip()
if self.Owner:GetNWInt("playerStreak") != 25 then
if self.Owner:GetNWInt("playerStreak") != 35 then
self.Weapon:Remove()
self.Owner:Kill()
print(""..self.Owner:Nick().." tried to be a dirty boy and get the nuke with a console command!")

View File

@ -1,5 +1,5 @@
local NUKE_KILLSTREAK = 25
local NUKE_KILLSTREAK = 35
local NUKE_SWEP = "m9k_orbital_strike"
util.AddNetworkString("edshot_player_stats_killstreak_sfx")