VIP powerups last longer, to compensate for rarity.
This commit is contained in:
parent
c194852ca8
commit
0fb4e97892
3 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue