Fixed tomahawk powerup grab.

This commit is contained in:
JezuzLizard 2020-12-19 13:11:59 -08:00
parent 1476e30c58
commit 38856b5e88

View File

@ -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;