]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hlac.qc
Change around some of the death messages for weapons - Some were outdated, others...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hlac.qc
index 978ac5f4a4df38316360403e436aad260974183a..bcda0a807829b384885550b0e774bcddd74b2c43 100644 (file)
@@ -239,7 +239,7 @@ float w_hlac(float req)
        else if (req == WR_SUICIDEMESSAGE)
                w_deathtypestring = _("%s should have used a smaller gun");
        else if (req == WR_KILLMESSAGE)
-               w_deathtypestring = _("%s was cut down by %s");
+               w_deathtypestring = _("%s was cut down with a HLAC by %s");
        return TRUE;
 }
 #endif