X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fsounds%2Fall.inc;h=7462239f7701d88886e59387b5dec24d3721996b;hb=53911d2ce2724f2da23fb6806e491ce795ae4326;hp=69a95be0cce22074d75686a5aaf52c90c017ad80;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/sounds/all.inc b/qcsrc/common/sounds/all.inc index 69a95be0c..7462239f7 100644 --- a/qcsrc/common/sounds/all.inc +++ b/qcsrc/common/sounds/all.inc @@ -3,6 +3,7 @@ #include "../teams.qh" string W_Sound(string w_snd); +string Item_Sound(string it_snd); SOUND(ARC_FIRE, W_Sound("arc_fire")); SOUND(ARC_LOOP, W_Sound("arc_loop")); @@ -236,20 +237,20 @@ SOUND(NADE_BEEP, "overkill/grenadebip"); SOUND(BUFF_LOST, "relics/relic_effect"); -SOUND(POWEROFF, "misc/poweroff"); -SOUND(POWERUP, "misc/powerup"); -SOUND(SHIELD_RESPAWN, "misc/shield_respawn"); -SOUND(STRENGTH_RESPAWN, "misc/strength_respawn"); +SOUND(POWEROFF, Item_Sound("poweroff")); +SOUND(POWERUP, Item_Sound("powerup")); +SOUND(SHIELD_RESPAWN, Item_Sound("shield_respawn")); +SOUND(STRENGTH_RESPAWN, Item_Sound("strength_respawn")); -SOUND(ARMOR25, "misc/armor25"); +SOUND(ARMOR25, Item_Sound("armor25")); SOUND(ARMORIMPACT, "misc/armorimpact"); SOUND(BODYIMPACT1, "misc/bodyimpact1"); SOUND(BODYIMPACT2, "misc/bodyimpact2"); -SOUND(ITEMPICKUP, "misc/itempickup"); -SOUND(ITEMRESPAWNCOUNTDOWN, "misc/itemrespawncountdown"); -SOUND(ITEMRESPAWN, "misc/itemrespawn"); -SOUND(MEGAHEALTH, "misc/megahealth"); +SOUND(ITEMPICKUP, Item_Sound("itempickup")); +SOUND(ITEMRESPAWNCOUNTDOWN, Item_Sound("itemrespawncountdown")); +SOUND(ITEMRESPAWN, Item_Sound("itemrespawn")); +SOUND(MEGAHEALTH, Item_Sound("megahealth")); SOUND(LAVA, "player/lava"); SOUND(SLIME, "player/slime"); @@ -265,6 +266,7 @@ Sound SND_GIB_SPLAT_RANDOM() { SOUND(HIT, "misc/hit"); SOUND(TYPEHIT, "misc/typehit"); +SOUND(KILL, "misc/kill"); SOUND(SPAWN, "misc/spawn");