]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_arc.qc
Add a death message for arc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_arc.qc
index 85296ad3287d3367060d890612557f53852e7f77..e34aa660927bb04ded273432d807f5d9515b2d24 100644 (file)
@@ -652,17 +652,7 @@ float W_Arc(float req)
                }
                case WR_KILLMESSAGE:
                {
-                       if(w_deathtype & HITTYPE_SECONDARY)
-                       {
-                               return WEAPON_ELECTRO_MURDER_ORBS;
-                       }
-                       else
-                       {
-                               if(w_deathtype & HITTYPE_BOUNCE)
-                                       return WEAPON_ELECTRO_MURDER_COMBO;
-                               else
-                                       return WEAPON_ELECTRO_MURDER_BOLT;
-                       }
+                       return WEAPON_ARC_MURDER;
                }
        }
        return FALSE;