Skip to content

Commit

Permalink
Allows the MOU53 to be stored in the shotgun scabbard. (#5705)
Browse files Browse the repository at this point in the history
# About the pull request

Lets you store the MOU in the shotgun scabbard.

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

Shotgun scabbard is soul. Basically no advantage given, other than the
fact that you can keep a slot reserved for your MOU.
# 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: Stakeyng
add: mou is now compatible with the shotgun scabbard
/:cl:
  • Loading branch information
Staykeu authored Feb 20, 2024
1 parent b6f56b5 commit f3d3d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/large_holster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
can_hold = list(
/obj/item/weapon/gun/shotgun/pump,
/obj/item/weapon/gun/shotgun/combat,
/obj/item/weapon/gun/shotgun/double/mou53,
)
has_gamemode_skin = TRUE

Expand Down

0 comments on commit f3d3d15

Please sign in to comment.