Skip to content

Commit

Permalink
Allows M46C to take rubber munitions (cmss13-devs#4541)
Browse files Browse the repository at this point in the history
# About the pull request

<!-- 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.
-->

Allows M46C to take rubber munitions
# Explain why it's good for the game
bug bad 
# 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:
fix: Allows M46C prototype rifle to accept standard M41A MK2 rubber
munitions
/:cl:
  • Loading branch information
QuickLode authored Sep 30, 2023
1 parent cc1d64f commit 242da56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@

accepted_ammo = list(
/obj/item/ammo_magazine/rifle,
/obj/item/ammo_magazine/rifle/rubber,
/obj/item/ammo_magazine/rifle/extended,
/obj/item/ammo_magazine/rifle/ap,
/obj/item/ammo_magazine/rifle/incendiary,
Expand Down

0 comments on commit 242da56

Please sign in to comment.