]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_uzi.qc
Change around some of the death messages for weapons - Some were outdated, others...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_uzi.qc
index 4a10ecdf3a37610e63209edb72eaccac0a6a726f..e63d54a4152456988a2f2b4c9cc013323edd60f3 100644 (file)
@@ -319,9 +319,9 @@ float w_uzi(float req)
        else if (req == WR_KILLMESSAGE)
        {
                if(w_deathtype & HITTYPE_SECONDARY)
-                       w_deathtypestring = _("%s was sniped by %s");
+                       w_deathtypestring = _("%s was sniped by %s's machine gun");
                else
-                       w_deathtypestring = _("%s was riddled full of holes by %s");
+                       w_deathtypestring = _("%s was riddled full of holes by %s's machine gun");
        }
        return TRUE;
 }