Skip to content

Commit

Permalink
add the ability to store fixOvein in the pouch medkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Mar 28, 2024
1 parent 3f98e69 commit 9cda0d8
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 9cda0d8

Please sign in to comment.