1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-09 23:02:53 -05:00

Zombies: fix crawlers having their height increased

This commit is contained in:
Jbleezy
2023-10-29 18:22:58 -07:00
parent 9543bb8de3
commit 1b9f962514

View File

@ -418,7 +418,7 @@ zombie_can_drop_powerups( zombie )
zombie_complete_emerging_into_playable_area()
{
if (self.animname == "zombie")
if (self.animname == "zombie" && is_true(self.has_legs))
{
self setphysparams( 15, 0, 60 );
}