Skip to content

Commit

Permalink
[Balance]add the ability to store fixOvein in the pouch medkit. (#6037)
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.
-->

# Explain why it's good for the game
fix ovein is an upgrade version of the suture to fix IB so it make sense
to me to allow medic to store it with the suture.
# 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:
balance: add the ability to store fixOvein in the pouch medkit.
/:cl:

Co-authored-by: Julien <[email protected]>
  • Loading branch information
Huffie56 and Julien authored Apr 5, 2024
1 parent 9d926a6 commit da38c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@
/obj/item/roller = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC),
/obj/item/bodybag = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC),
/obj/item/reagent_container/blood = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC),
/obj/item/tool/surgery/FixOVein = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC),
)
can_hold_skill_only = TRUE

Expand Down

0 comments on commit da38c3b

Please sign in to comment.