]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a minor typo in the devastator description (American syntax is weird)
authorSpike29 <leguen.yannick@gmail.com>
Sun, 5 Jan 2025 11:18:08 +0000 (12:18 +0100)
committerSpike29 <leguen.yannick@gmail.com>
Sun, 5 Jan 2025 11:18:08 +0000 (12:18 +0100)
qcsrc/common/weapons/weapon/devastator.qc

index a216e7bd1c12a5d339b33b0b95b7a4e35016170e..25c4c4e216a193675b0303d1eef1a3dec65fcd22 100644 (file)
@@ -620,7 +620,7 @@ METHOD(Devastator, describe, string(Devastator this))
                "Due to its high damage output, the %s is one of the most commonly used weapons. "
                "It can be used in almost any scenario, working best in medium range combat. "
                "In close range combat, the large splash radius means often rockets can damage yourself as well as the enemy\n\n"
-               "Due to the ability to remotely detonate rockets, a common usage is \"rocket flying\", where you fire a rocket and immediately detonate it to boost yourself while mid-air"),
+               "Due to the ability to remotely detonate rockets, a common usage is \"rocket flying,\" where you fire a rocket and immediately detonate it to boost yourself while mid-air"),
        COLORED_NAME(this), COLORED_NAME(ITEM_Rockets), COLORED_NAME(WEP_VORTEX), COLORED_NAME(this));
 }