diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm index 63e8e446..6bed45ce 100644 --- a/modular_citadel/code/game/machinery/vending.dm +++ b/modular_citadel/code/game/machinery/vending.dm @@ -58,7 +58,8 @@ /obj/item/clothing/neck/petcollar = 5, /obj/item/clothing/under/mankini = 1, /obj/item/dildo/flared/huge = 1, - /obj/item/clothing/head/dominatrixcap = 1 + /obj/item/clothing/head/dominatrixcap = 1, + /obj/item/mesmetron = 1 ) premium = list( /obj/item/electropack/shockcollar = 3,