From: Spike29 Date: Sun, 5 Jan 2025 11:18:08 +0000 (+0100) Subject: Fix a minor typo in the devastator description (American syntax is weird) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=43b28fb3b6d5237959b671bfb73c18d50ca9c68c;p=xonotic%2Fxonotic-data.pk3dir.git Fix a minor typo in the devastator description (American syntax is weird) --- diff --git a/qcsrc/common/weapons/weapon/devastator.qc b/qcsrc/common/weapons/weapon/devastator.qc index a216e7bd1c..25c4c4e216 100644 --- a/qcsrc/common/weapons/weapon/devastator.qc +++ b/qcsrc/common/weapons/weapon/devastator.qc @@ -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)); }