Separate sounds for VIP items.
This commit is contained in:
parent
f48f75c302
commit
4e0b3cd9e0
13 changed files with 17 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue