diff --git a/code/game/objects/items/storage/pouch.dm b/code/game/objects/items/storage/pouch.dm index 2fb4fccb31a7..72981da2e45f 100644 --- a/code/game/objects/items/storage/pouch.dm +++ b/code/game/objects/items/storage/pouch.dm @@ -818,8 +818,6 @@ /obj/item/reagent_container/blood/APlus = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC), /obj/item/reagent_container/blood/BMinus = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC), /obj/item/reagent_container/blood/BPlus = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC), - /obj/item/reagent_container/blood/ABMinus = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC), - /obj/item/reagent_container/blood/ABPlus = list(SKILL_MEDICAL, SKILL_MEDICAL_MEDIC), ) can_hold_skill_only = TRUE