mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-08 01:47:50 -05:00
Fixed tomahawk powerup grab.
This commit is contained in:
parent
1476e30c58
commit
38856b5e88
@ -188,7 +188,7 @@ tomahawk_thrown( grenade ) //checked changed to match cerberus output
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ( isDefined( a_powerups ) && a_powerups.size > 0 )
|
||||
if ( isDefined( a_powerups ) && a_powerups.size > 0 )
|
||||
{
|
||||
m_tomahawk = tomahawk_spawn( grenade_origin, n_grenade_charge_power );
|
||||
m_tomahawk.n_grenade_charge_power = n_grenade_charge_power;
|
||||
|
Loading…
x
Reference in New Issue
Block a user