Skip to content

Commit

Permalink
Fixes being able to put items back in the specialist case (#6897)
Browse files Browse the repository at this point in the history
# About the pull request
Closes #6896 
<!-- 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
Fixes a bug
# 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: You can no longer put items back in the specialist case after
taking them out
/:cl:
  • Loading branch information
Git-Nivrak authored Aug 11, 2024
1 parent e7c7970 commit ba3ec7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/cm_marines/equipment/kit_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
storage_slots = 14
slowdown = 1
can_hold = list() //Nada. Once you take the stuff out it doesn't fit back in.
max_w_class = 0
foldable = null

/obj/item/storage/box/spec/update_icon()
Expand Down

0 comments on commit ba3ec7b

Please sign in to comment.