From 43b28fb3b6d5237959b671bfb73c18d50ca9c68c Mon Sep 17 00:00:00 2001 From: Spike29 Date: Sun, 5 Jan 2025 12:18:08 +0100 Subject: [PATCH] Fix a minor typo in the devastator description (American syntax is weird) --- qcsrc/common/weapons/weapon/devastator.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.5