Skip to content

Commit

Permalink
fix mining vendor prices
Browse files Browse the repository at this point in the history
  • Loading branch information
Zevotech committed Jan 4, 2024
1 parent fa5ea74 commit 3c07785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mining/machine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
/obj/item/borg/upgrade/modkit/damage = 2,
/obj/item/borg/upgrade/modkit/cooldown = 2,
/obj/item/borg/upgrade/modkit/aoe/mobs = 1
)
premium = list(
/obj/item/lazarus_injector = 1,
/obj/item/survivalcapsule = 2,
/obj/item/survivalcapsule/luxury = 1,
/obj/item/survivalcapsule/luxuryelite = 1
)
premium = list(

)

var/voucher_items = list(
"Survival Capsule and Explorer's Webbing" = /obj/item/storage/belt/mining/vendor,
Expand Down

0 comments on commit 3c07785

Please sign in to comment.