Skip to content

Commit 38c0259

Browse files
authored
Update vending_types.dm
1 parent 7f4b58d commit 38c0259

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/game/machinery/vending_types.dm

+4-1
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,9 @@
781781
/obj/item/storage/pill_bottle/antidexafen = 4,
782782
/obj/item/storage/pill_bottle/dexalin = 4,
783783
/obj/item/storage/pill_bottle/dylovene = 4,
784+
/obj/item/stack/medical/bruise_pack = 5,
785+
/obj/item/stack/medical/ointment = 5,
786+
/obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 2,
784787
/obj/item/storage/pill_bottle/vitamin = 5,
785788
/obj/item/storage/pill_bottle/cetahydramine = 4,
786789
/obj/item/storage/pill_bottle/caffeine = 3,
@@ -795,7 +798,7 @@
795798
/obj/item/storage/pill_bottle/cetahydramine = 60,
796799
/obj/item/storage/pill_bottle/caffeine = 90,
797800
/obj/item/storage/pill_bottle/nicotine = 85,
798-
/obj/item/storage/pill_bottle/rmt = 200
801+
/obj/item/storage/pill_bottle/rmt = 550
799802
)
800803
contraband = list(
801804
/obj/item/reagent_containers/pill/tox = 3,

0 commit comments

Comments
 (0)