- scriptified the Phoenix Rod, completing the Heretic weapons.
This commit is contained in:
parent
53ff7f0c73
commit
4f370ba181
10 changed files with 372 additions and 473 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue