- scriptified the Phoenix Rod, completing the Heretic weapons.

This commit is contained in:
Christoph Oelckers 2016-11-25 18:13:08 +01:00
commit 4f370ba181
10 changed files with 372 additions and 473 deletions

View file

@ -1185,7 +1185,7 @@ void APowerWeaponLevel2::EndEffect ()
if (player->ReadyWeapon != NULL &&
player->ReadyWeapon->WeaponFlags & WIF_POWERED_UP)
{
player->ReadyWeapon->EndPowerup ();
player->ReadyWeapon->CallEndPowerup ();
}
if (player->PendingWeapon != NULL && player->PendingWeapon != WP_NOCHANGE &&
player->PendingWeapon->WeaponFlags & WIF_POWERED_UP &&