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

Grief: decrease headstomp radius

This commit is contained in:
Jbleezy
2022-01-07 01:52:56 -08:00
parent e0196fe7c7
commit a006409c35
2 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@ headstomp_watcher()
{
if(player != self && player.team != self.team && is_player_valid(player) && player isOnGround() && self.origin[2] > player getCentroid()[2])
{
max_horz_dist = 24;
max_horz_dist = 21;
max_vert_dist = 36;
if(player getStance() == "crouch")