Skip to content

Commit

Permalink
remove mining vendor premium list
Browse files Browse the repository at this point in the history
  • Loading branch information
Zevotech committed Jan 4, 2024
1 parent 3c07785 commit ce11e86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mining/machine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
/obj/item/borg/upgrade/modkit/range = 2,
/obj/item/borg/upgrade/modkit/damage = 2,
/obj/item/borg/upgrade/modkit/cooldown = 2,
/obj/item/borg/upgrade/modkit/aoe/mobs = 1
/obj/item/borg/upgrade/modkit/aoe/mobs = 1,
/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 ce11e86

Please sign in to comment.