Skip to content

Commit

Permalink
move splints
Browse files Browse the repository at this point in the history
  • Loading branch information
Zevotech committed Jan 4, 2024
1 parent 72da169 commit fa5ea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/vending/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
req_access = list(ACCESS_MEDICAL)
products = list(
/obj/item/stack/medical/gauze = 5,
/obj/item/stack/medical/splint = 5,
/obj/item/reagent_containers/syringe = 5,
/obj/item/reagent_containers/dropper = 2,
/obj/item/healthanalyzer = 2,
Expand All @@ -25,8 +26,7 @@
/obj/item/reagent_containers/medigel/synthflesh = 1,
/obj/item/reagent_containers/medigel/sterilizine = 1,
/obj/item/sensor_device = 1,
/obj/item/pinpointer/crew = 1,
/obj/item/stack/medical/splint = 5)
/obj/item/pinpointer/crew = 1)
contraband = list(
/obj/item/reagent_containers/pill/tox = 2,
/obj/item/reagent_containers/pill/morphine = 2,
Expand Down

0 comments on commit fa5ea74

Please sign in to comment.