]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add missed end-paragraph periods
authorotta8634 <k9wolf@pm.me>
Wed, 14 May 2025 09:37:49 +0000 (17:37 +0800)
committerotta8634 <k9wolf@pm.me>
Wed, 14 May 2025 09:37:49 +0000 (17:37 +0800)
Missed some in the Nades, Jetpack Fuel, Extra Life, and Vaporizer Cells entries.
These were missed from 289461d6.

qcsrc/common/items/item/jetpack.qc
qcsrc/common/mutators/mutator/instagib/items.qc
qcsrc/common/mutators/mutator/nades/nades.qc

index ffdcc16b7fdc40a2082a1923636f092e731e3eb1..9370e7c03cd47af2869e181d6657a586ce3416d9 100644 (file)
@@ -29,7 +29,7 @@ METHOD(Jetpack, describe, string(Jetpack this))
 METHOD(JetpackFuel, describe, string(JetpackFuel this))
 {
        TC(JetpackFuel, this);
-       return sprintf(_("The %s ammo type is used by the %s"),
+       return sprintf(_("The %s ammo type is used by the %s."),
        COLORED_NAME(this), COLORED_NAME(ITEM_Jetpack));
 }
 
index 6f5a017444d20ad8b14f640553c240d81590297d..3e608dbb6dd6c3bd84079752d3a085207ef138e9 100644 (file)
@@ -7,7 +7,7 @@
 METHOD(VaporizerCells, describe, string(VaporizerCells this))
 {
     TC(VaporizerCells, this);
-    return sprintf(_("The %s is sometimes present on maps when %s is enabled, providing ammo for the %s"),
+    return sprintf(_("The %s is sometimes present on maps when %s is enabled, providing ammo for the %s."),
     COLORED_NAME(this), COLORED_NAME(MUTATOR_mutator_instagib), COLORED_NAME(WEP_VAPORIZER));
 }
 
@@ -15,7 +15,7 @@ METHOD(ExtraLife, describe, string(ExtraLife this))
 {
     TC(ExtraLife, this);
     return sprintf(_("The %s powerup acts as armor in %s. "
-        "If a player is shot while having one or more extra lives, they will survive the shot but suffer strong knockback"),
+        "If a player is shot while having one or more extra lives, they will survive the shot but suffer strong knockback."),
     COLORED_NAME(this), COLORED_NAME(MUTATOR_mutator_instagib));
 }
 #endif
index b2593811e18463286d3fb948ee25bd4c5ac62206..8425c8fa3d181b5fb30df374f6e68737d369cb73 100644 (file)
@@ -47,10 +47,10 @@ METHOD(MutatorNades, describe, string(MutatorNades this))
 {
        TC(MutatorNades, this);
        return sprintf(_("The %s mutator gives all players offhand nades that can be primed then thrown by pressing ^3drop weapon^7 twice. "
-               "If the %s and %s mutators are disabled, they can also be thrown by holding then releasing ^3+hook^7\n\n"
+               "If the %s and %s mutators are disabled, they can also be thrown by holding then releasing ^3+hook^7.\n\n"
                "There are multiple types of nades that can be selected, and many options available regarding this mutator, "
-               "so they may act a little differently depending on the server you play on\n\n"
-               "This mutator is enabled by default in %s"),
+               "so they may act a little differently depending on the server you play on.\n\n"
+               "This mutator is enabled by default in %s."),
        COLORED_NAME(this), COLORED_NAME(MUTATOR_offhand_blaster), COLORED_NAME(MUTATOR_hook), COLORED_NAME(MUTATOR_ok));
 }
 #endif // MENUQC