Skip to content

Commit

Permalink
Fix trade categories in medical trade station
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 7, 2024
1 parent 16d7606 commit ec0a224
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/obj/item/storage/box/gloves = GOODS_DEFAULT,
/obj/item/storage/box/freezer = GOODS_DEFAULT,
),
TRADE_MEDICAL = list(
TRADE_CAT_MEDICAL = list(
/obj/item/stack/medical/advanced/bruise_pack = GOODS_DEFAULT,
/obj/item/stack/medical/advanced/ointment = GOODS_DEFAULT,
/obj/item/reagent_containers/glass/bottle/inaprovaline = GOODS_DEFAULT,
Expand All @@ -37,16 +37,16 @@
/obj/item/storage/firstaid/o2 = GOODS_DEFAULT,
/obj/item/storage/firstaid/adv = GOODS_DEFAULT,
),
TRADE_CHEMICAL = list(
TRADE_CAT_CHEMICAL = list(
/obj/item/reagent_containers/glass/bottle/carpotoxin = GOODS_DEFAULT,
/obj/item/reagent_containers/glass/bottle/spider_venom = GOODS_DEFAULT,
),
)
hidden_inventory = list(
TRADE_EQUIPMENT = list(
TRADE_CAT_EQUIPMENT = list(
/obj/item/defibrillator/compact = GOODS_DEFAULT,
),
TRADE_MEDICAL = list(
TRADE_CAT_MEDICAL = list(
/obj/item/reagent_containers/hypospray/vial = GOODS_DEFAULT,
),
TRADE_CAT_MEDKIT = list(
Expand Down

0 comments on commit ec0a224

Please sign in to comment.