mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- gave the Raven invulnerability items the BIGPOWERUP flag to ensure proper respawning behavior.
This commit is contained in:
parent
9df70cd0df
commit
a3da915812
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ class ArtiInvulnerability : PowerupGiver
|
||||||
{
|
{
|
||||||
+COUNTITEM
|
+COUNTITEM
|
||||||
+FLOATBOB
|
+FLOATBOB
|
||||||
|
+Inventory.BIGPOWERUP
|
||||||
Inventory.PickupFlash "PickupFlash";
|
Inventory.PickupFlash "PickupFlash";
|
||||||
Inventory.RespawnTics 4230;
|
Inventory.RespawnTics 4230;
|
||||||
Inventory.Icon "ARTIINVU";
|
Inventory.Icon "ARTIINVU";
|
||||||
|
@ -105,6 +106,7 @@ class ArtiInvulnerability2 : PowerupGiver
|
||||||
{
|
{
|
||||||
+COUNTITEM
|
+COUNTITEM
|
||||||
+FLOATBOB
|
+FLOATBOB
|
||||||
|
+Inventory.BIGPOWERUP
|
||||||
Inventory.PickupFlash "PickupFlash";
|
Inventory.PickupFlash "PickupFlash";
|
||||||
Inventory.RespawnTics 4230;
|
Inventory.RespawnTics 4230;
|
||||||
Inventory.Icon "ARTIDEFN";
|
Inventory.Icon "ARTIDEFN";
|
||||||
|
|
Loading…
Reference in a new issue