mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 16:18:00 -05:00
Grief: revert revive push change
This commit is contained in:
@ -283,7 +283,6 @@
|
||||
* Meleeing enemy players pushes 17% farther for every 500 damage that melee weapon deals
|
||||
* Meleeing enemy players that are crouched pushes 50% of the amount when standing
|
||||
* Meleeing enemy players that are prone pushes 25% of the amount when standing
|
||||
* Meleeing enemy players that are reviving pushes 50% of the amount it would have otherwise
|
||||
* Meleeing enemy players that are already stunned will push them
|
||||
* Stunning enemy players steals 10 points from them
|
||||
* Downing enemy players awards 5% of their current points
|
||||
|
@ -948,11 +948,6 @@ game_module_player_damage_callback( einflictor, eattacker, idamage, idflags, sme
|
||||
amount /= 4;
|
||||
}
|
||||
|
||||
if(self maps/mp/zombies/_zm_laststand::is_reviving_any())
|
||||
{
|
||||
amount /= 2;
|
||||
}
|
||||
|
||||
self setVelocity( amount * vdir );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user