mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
Encounter: increase weapon stun time
This commit is contained in:
@ -1992,14 +1992,14 @@ do_game_mode_shellshock(is_melee = 0, is_upgraded = 0)
|
||||
self endon( "do_game_mode_shellshock" );
|
||||
self endon( "disconnect" );
|
||||
|
||||
time = 0.375;
|
||||
time = 0.5;
|
||||
if (is_melee)
|
||||
{
|
||||
time = 0.75;
|
||||
}
|
||||
else if (is_upgraded)
|
||||
{
|
||||
time = 0.5;
|
||||
time = 0.75;
|
||||
}
|
||||
|
||||
self._being_shellshocked = 1;
|
||||
|
Reference in New Issue
Block a user