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

Encounter: landing on enemy player only downs bottom player

This commit is contained in:
Jbleezy
2023-03-04 19:39:11 -08:00
parent b63ce3b655
commit e644613b4d
2 changed files with 1 additions and 5 deletions

View File

@ -1025,9 +1025,6 @@ headstomp_watcher()
{
if(distance2d(self.origin, player.origin) <= 21 && (self.origin[2] - player_top_origin[2]) <= 15)
{
self store_player_damage_info(player, "none", "MOD_FALLING");
self dodamage( 1000, (0, 0, 0) );
player store_player_damage_info(self, "none", "MOD_FALLING");
player dodamage( 1000, (0, 0, 0) );
}