VIP powerups last longer, to compensate for rarity.

This commit is contained in:
Mari the Deer 2021-09-06 22:59:00 +02:00
commit 0fb4e97892
3 changed files with 7 additions and 7 deletions

View file

@ -3191,7 +3191,7 @@ Class AngeryPower : Powerup
Default
{
Powerup.Duration -20;
Powerup.Duration -50;
Inventory.Icon "graphics/HUD/Icons/I_Devastation.png";
Powerup.Color "C0 00 FF", 0.2;
+INVENTORY.ADDITIVETIME;
@ -3451,7 +3451,7 @@ Class DivineSpriteEffect : Inventory
default
{
Inventory.Icon "graphics/HUD/Icons/I_Divine.png";
DivineSpriteEffect.HealTimer 1050;
DivineSpriteEffect.HealTimer 1750;
+INVENTORY.UNDROPPABLE;
+INVENTORY.UNTOSSABLE;
}