Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- gave the Raven invulnerability items the BIGPOWERUP flag to ensure …
…proper respawning behavior.
  • Loading branch information
coelckers committed May 19, 2021
1 parent 9df70cd commit a3da915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wadsrc/static/zscript/actors/raven/ravenartifacts.zs
Expand Up @@ -81,6 +81,7 @@ class ArtiInvulnerability : PowerupGiver
{
+COUNTITEM
+FLOATBOB
+Inventory.BIGPOWERUP
Inventory.PickupFlash "PickupFlash";
Inventory.RespawnTics 4230;
Inventory.Icon "ARTIINVU";
Expand All @@ -105,6 +106,7 @@ class ArtiInvulnerability2 : PowerupGiver
{
+COUNTITEM
+FLOATBOB
+Inventory.BIGPOWERUP
Inventory.PickupFlash "PickupFlash";
Inventory.RespawnTics 4230;
Inventory.Icon "ARTIDEFN";
Expand Down

0 comments on commit a3da915

Please sign in to comment.