From 3f610838d1f33afb21571a9ea698379a729c85ff Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Thu, 4 Apr 2024 22:57:45 -0700 Subject: [PATCH] Placeable mines: decrease last shot switch time --- scripts/zm/reimagined/_zm_weap_bouncingbetty.gsc | 2 +- scripts/zm/replaced/_zm_weap_claymore.gsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zm/reimagined/_zm_weap_bouncingbetty.gsc b/scripts/zm/reimagined/_zm_weap_bouncingbetty.gsc index ae302ee8..b6d2fbbe 100644 --- a/scripts/zm/reimagined/_zm_weap_bouncingbetty.gsc +++ b/scripts/zm/reimagined/_zm_weap_bouncingbetty.gsc @@ -174,7 +174,7 @@ betty_last_shot_switch(weapname) { self endon("disconnect"); - fire_time = 0.85; + fire_time = 0.8; if (self hasperk("specialty_rof")) { diff --git a/scripts/zm/replaced/_zm_weap_claymore.gsc b/scripts/zm/replaced/_zm_weap_claymore.gsc index b093d2c7..7e7b4e97 100644 --- a/scripts/zm/replaced/_zm_weap_claymore.gsc +++ b/scripts/zm/replaced/_zm_weap_claymore.gsc @@ -139,7 +139,7 @@ claymore_last_shot_switch(weapname) { self endon("disconnect"); - fire_time = 0.85; + fire_time = 0.8; if (self hasperk("specialty_rof")) {