Skip to content

Commit

Permalink
ABR-40 minor grammar fix (#7593)
Browse files Browse the repository at this point in the history
# About the pull request
Corrects the grammar of the ABR-40 rifle's description by removing a
second period at the end of it's sentence.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Corrects grammatical error. 
# 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:
del: A single period from the ABR-40 description that shouldn't be
there.
/:cl:
  • Loading branch information
AlanParkerMasters authored Nov 18, 2024
1 parent c62f40f commit f5d6580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@

/obj/item/weapon/gun/rifle/l42a/abr40
name = "\improper ABR-40 hunting rifle"
desc = "The civilian version of the L42A battle rifle. Almost identical and even cross-compatible with L42 magazines, just don't take the stock off.."
desc = "The civilian version of the L42A battle rifle. Almost identical and even cross-compatible with L42 magazines, just don't take the stock off."
desc_lore = "The ABR-40 was created along-side the L42A as a hunting rifle for civilians. Sporting faux wooden furniture and a legally-mandated 12 round magazine, it's still highly accurate and deadly, a favored pick of experienced hunters and retired Marines. However, it's very limited in attachment selection, only being able to fit rail attachments, and the differences in design from the L42 force an awkward pose when attempting to hold it one-handed. Removing the stock is not recommended."
icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony.dmi'
icon_state = "abr40"
Expand Down

0 comments on commit f5d6580

Please sign in to comment.