[MIRROR] Fixes a typo in military javelins (#29100)

* Fixes a typo in military javelins (#85317)

## About The Pull Request
Changes "military Javelin" to "military javelin"
## Why It's Good For The Game
Consistent capitalisation. Makes the name look better.
## Changelog
🆑
spellcheck: military javelin's name is now fully uncapitalised
/🆑

* Fixes a typo in military javelins

---------

Co-authored-by: Da Cool Boss <142358580+DaCoolBoss@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-07-29 21:33:12 +05:30
committed by GitHub
co-authored by Da Cool Boss
parent 906a6357f6
commit 6ee6fe42e3
+1 -1
View File
@@ -221,7 +221,7 @@
icon_state = "military_spear0"
base_icon_state = "military_spear0"
icon_prefix = "military_spear"
name = "military Javelin"
name = "military javelin"
desc = "A stick with a seemingly blunt spearhead on its end. Looks like it might break bones easily."
attack_verb_continuous = list("attacks", "pokes", "jabs")
attack_verb_simple = list("attack", "poke", "jab")