Skip to content

Commit

Permalink
Adds a Burn Medkit to Mining Vendor (tgstation#72851)
Browse files Browse the repository at this point in the history
Adds a burn medkit to the mining vendor. Since burn damage is slightly
harder to deal with on lavaland, I've made it price slightly higher than
the brute medkit.
  • Loading branch information
Mey-Ha-Zah committed Jan 23, 2023
1 parent eb6be2b commit b4cfbcf
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -13,6 +13,11 @@
item_path = /obj/item/storage/medkit/brute
cost_per_order = 600

/datum/orderable_item/consumables/medkit_fire
item_path = /obj/item/storage/medkit/fire
desc = "For emergency magmatic burn relief."
cost_per_order = 700

/datum/orderable_item/consumables/whiskey
item_path = /obj/item/reagent_containers/cup/glass/bottle/whiskey
cost_per_order = 100
Expand Down

0 comments on commit b4cfbcf

Please sign in to comment.