Separate sounds for VIP items.

This commit is contained in:
Mari the Deer 2021-09-18 14:09:58 +02:00
commit 4e0b3cd9e0
13 changed files with 17 additions and 5 deletions

View file

@ -1090,6 +1090,7 @@ Class YnykronAmmo : SWWMAmmo
//$Icon ammo
Tag "$T_YNYKRONAMMO";
SWWMAmmo.PickupTag "YNYKRONAMMO";
Inventory.PickupSound "misc/ammo_pkup_vip";
Stamina -3000000;
Inventory.Icon "graphics/HUD/Icons/A_Ynykron.png";
Inventory.Amount 1;

View file

@ -2941,7 +2941,7 @@ Class Mykradvo : Inventory
Tag "$T_MYKRADVO";
Stamina -1200000;
Inventory.Icon "graphics/HUD/Icons/I_Mykradvo.png";
Inventory.PickupSound "misc/p_pkup";
Inventory.PickupSound "misc/p_pkup_vip";
Inventory.UseSound "mykradvo/arc";
Inventory.PickupMessage "$T_MYKRADVO";
Inventory.MaxAmount 3;
@ -3357,7 +3357,7 @@ Class AngerySigil : Inventory
Tag "$T_DEVASTATION";
Stamina -1500000;
Inventory.Icon "graphics/HUD/Icons/I_Devastation.png";
Inventory.PickupSound "misc/p_pkup";
Inventory.PickupSound "misc/p_pkup_vip";
Inventory.UseSound "powerup/devastation";
Inventory.PickupMessage "$T_DEVASTATION";
Inventory.MaxAmount 3;
@ -3625,7 +3625,7 @@ Class DivineSprite : Inventory
Tag "$T_DIVINE";
Stamina -3600000;
Inventory.Icon "graphics/HUD/Icons/I_Divine.png";
Inventory.PickupSound "misc/p_pkup";
Inventory.PickupSound "misc/p_pkup_vip";
Inventory.UseSound "powerup/divineuse";
Inventory.PickupMessage "$T_DIVINE";
Inventory.MaxAmount 3;