diff --git a/code/modules/economy/vending_machines_vr.dm b/code/modules/economy/vending_machines_vr.dm index 75930c29db..56f7e92b31 100644 --- a/code/modules/economy/vending_machines_vr.dm +++ b/code/modules/economy/vending_machines_vr.dm @@ -1241,7 +1241,9 @@ /obj/item/weapon/pack/spaceball = 10, /obj/item/weapon/storage/pill_bottle/dice = 5, /obj/item/weapon/storage/pill_bottle/dice_nerd = 5, - /obj/item/weapon/melee/umbrella/random = 10) + /obj/item/weapon/melee/umbrella/random = 10, + /obj/item/weapon/deck/schnapsen = 5, + /obj/item/weapon/deck/egy = 5) prices = list(/obj/item/weapon/cane = 100, /obj/item/weapon/pack/cardemon = 100, /obj/item/weapon/deck/holder = 100, @@ -1252,7 +1254,9 @@ /obj/item/weapon/pack/spaceball = 100, /obj/item/weapon/storage/pill_bottle/dice = 100, /obj/item/weapon/storage/pill_bottle/dice_nerd = 100, - /obj/item/weapon/melee/umbrella/random = 100) + /obj/item/weapon/melee/umbrella/random = 100, + /obj/item/weapon/deck/schnapsen = 100, + /obj/item/weapon/deck/egy = 100) premium = list(/obj/item/toy/bosunwhistle = 1) contraband = list(/obj/item/toy/katana = 1)