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:
parent
b95265d9f1
commit
3f610838d1
@ -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"))
|
||||
{
|
||||
|
@ -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"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user