Skip to content

Commit

Permalink
Corrects magazine desc for Model 20 pistol (#4108)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Auto Elite magazines now correctly state they can hold nine rounds
instead of ten.

## Why It's Good For The Game

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
fix: Auto Elite magazines now advertise the correct capacity
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Apogee-dev authored Jan 30, 2025
1 parent 93d5080 commit 7f62994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/magazines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

/datum/supply_pack/magazine/m20_auto_elite
name = "Auto Elite Magazine Crate"
desc = "Contains a .44 Roumain magazine for the Auto Elite pistol, with a capacity of ten rounds."
desc = "Contains a .44 Roumain magazine for the Auto Elite pistol, with a capacity of nine rounds."
contains = list(/obj/item/ammo_box/magazine/m20_auto_elite/empty)
cost = 250

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ NO_MAG_GUN_HELPER(automatic/pistol/m20_auto_elite)

/obj/item/ammo_box/magazine/m20_auto_elite
name = "Model 20 magazine (.44 Roumain)"
desc = "A 10-round magazine designed for the Model 20 pistol. These rounds do good damage, and fare better against armor."
desc = "A nine-round magazine designed for the Model 20 pistol. These rounds do good damage, and fare better against armor."
icon_state = "cm23_mag-1"
base_icon_state = "cm23_mag"
ammo_type = /obj/item/ammo_casing/a44roum
Expand Down

0 comments on commit 7f62994

Please sign in to comment.