1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-24 14:10:30 -05:00

Grief: increase damage stun times

This commit is contained in:
Jbleezy
2022-01-07 00:16:00 -08:00
parent cb9ca2a60c
commit be5efdce82
2 changed files with 4 additions and 4 deletions

View File

@ -1272,14 +1272,14 @@ do_game_mode_shellshock(is_melee, is_upgraded)
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.625;
}
self._being_shellshocked = 1;