Skip to content

Commit

Permalink
Changes the M44 heavy speed loader to be more clear (#7001)
Browse files Browse the repository at this point in the history
# About the pull request

Changes the M44 heavy speed loader to be more clear on what the round
actually does, since the name "heavy" can be easily mistaken for an AP
round. (imo Marksman and Heavy damage values should be swapped but eh)

# Explain why it's good for the game

Having clear descriptions of what bullets do is 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:
qol: Changes the M44 heavy speed loader description to reflect it's
actual use-case.
/:cl:
  • Loading branch information
efzapa committed Aug 23, 2024
1 parent 39daa56 commit 99558de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/magazines/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

/obj/item/ammo_magazine/revolver/heavy
name = "\improper M44 heavy speed loader (.44)"
desc = "A revolver speed loader containing heavy bullets. While less damaging overall than the traditional rounds, they are more accurate."
default_ammo = /datum/ammo/bullet/revolver/heavy
caliber = ".44"
ammo_band_color = REVOLVER_TIP_COLOR_HEAVY
Expand Down

0 comments on commit 99558de

Please sign in to comment.