mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[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:
co-authored by
Da Cool Boss
parent
906a6357f6
commit
6ee6fe42e3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user