mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-09 23:02:53 -05:00
Placeable mines: decrease last shot switch time
This commit is contained in:
@ -174,7 +174,7 @@ betty_last_shot_switch(weapname)
|
|||||||
{
|
{
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
fire_time = 0.85;
|
fire_time = 0.8;
|
||||||
|
|
||||||
if (self hasperk("specialty_rof"))
|
if (self hasperk("specialty_rof"))
|
||||||
{
|
{
|
||||||
|
@ -139,7 +139,7 @@ claymore_last_shot_switch(weapname)
|
|||||||
{
|
{
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
fire_time = 0.85;
|
fire_time = 0.8;
|
||||||
|
|
||||||
if (self hasperk("specialty_rof"))
|
if (self hasperk("specialty_rof"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user