From 96971879c385e21fcabafdd1008189016768004c Mon Sep 17 00:00:00 2001 From: edshot99 Date: Tue, 14 Jan 2025 10:13:48 -0600 Subject: [PATCH] 25 -> 35 nuke killstreak --- .../lua/weapons/m9k_orbital_strike/shared.lua | 2 +- player_stats/lua/autorun/server/sv_stats.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/m9k_specialties_fatal_edition/lua/weapons/m9k_orbital_strike/shared.lua b/m9k_specialties_fatal_edition/lua/weapons/m9k_orbital_strike/shared.lua index b6dc4b5..67c6531 100644 --- a/m9k_specialties_fatal_edition/lua/weapons/m9k_orbital_strike/shared.lua +++ b/m9k_specialties_fatal_edition/lua/weapons/m9k_orbital_strike/shared.lua @@ -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!") diff --git a/player_stats/lua/autorun/server/sv_stats.lua b/player_stats/lua/autorun/server/sv_stats.lua index 110d4a4..4f5c370 100644 --- a/player_stats/lua/autorun/server/sv_stats.lua +++ b/player_stats/lua/autorun/server/sv_stats.lua @@ -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")