Skip to content

Commit

Permalink
changes formatting of auto pistol name (#8023)
Browse files Browse the repository at this point in the history
ye
# About the pull request

changes M10 Auto Pistol to M10 auto pistol to be in line with other gunz
# Explain why it's good for the game

consistent formatting is le good


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
spellcheck: Formatting of M10 auto pistol.
/:cl:
  • Loading branch information
AndroBetel authored Jan 8, 2025
1 parent 0e9880e commit 588287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ Unlike other pistols, it can be equipped with limited mods (small muzzle, underb
*/

/obj/item/weapon/gun/pistol/m10
name = "\improper M10 Auto Pistol"
name = "\improper M10 auto pistol"
desc = "The Armat Battlefield Systems M10 Auto Pistol, a compact, rapid-firing sidearm designed for close-quarters defense. With a 40-round magazine, it emphasizes fire rate over precision, providing effective suppressive fire in short-range engagements."
icon = 'icons/obj/items/weapons/guns/guns_by_map/classic/guns_obj.dmi'
icon_state = "m10"
Expand Down

0 comments on commit 588287b

Please sign in to comment.