]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/damage.qc
Rename weapondamage to damage in particle names
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / damage.qc
index 076522e1787f2217f21c777370f63b3cb210c7ba..85e76e395cff1ccbf29afc8ebd125f8a8fe79258 100644 (file)
@@ -324,7 +324,7 @@ void DamageEffect(vector hitorg, float dmg, float type, float specnum)
        type = DEATH_WEAPONOF(type);
        e = get_weaponinfo(type);
 
-       effectnum = strcat("weapondamage_", e.netname);
+       effectnum = strcat("damage_", e.netname);
        // if damage was dealt with a bullet weapon, our effect is blood
        // since blood is species dependent, include the species tag
        if(type == WEP_SHOTGUN || type == WEP_UZI || type == WEP_RIFLE)