1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Placeable mines: decrease last shot switch time

This commit is contained in:
Jbleezy 2024-04-04 22:57:45 -07:00
parent b95265d9f1
commit 3f610838d1
2 changed files with 2 additions and 2 deletions

View File

@ -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"))
{

View File

@ -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"))
{