diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm new file mode 100644 index 0000000000..130c93d854 --- /dev/null +++ b/modular_citadel/code/game/machinery/vending.dm @@ -0,0 +1,3 @@ +/obj/machinery/vending/security + contraband = list(/obj/item/clothing/glasses/sunglasses = 2, /obj/item/storage/fancy/donut_box = 2, /obj/item/device/ssword_kit = 1) + premium = list(/obj/item/coin/antagtoken = 1, /obj/item/device/ssword_kit = 1) \ No newline at end of file diff --git a/tgstation.dme b/tgstation.dme index 5b055c4d2a..f2a5d7763c 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -2532,6 +2532,7 @@ #include "modular_citadel\code\game\gamemodes\miniantags\bot_swarm\swarmer_event.dm" #include "modular_citadel\code\game\machinery\cryopod.dm" #include "modular_citadel\code\game\machinery\Sleeper.dm" +#include "modular_citadel\code\game\machinery\vending.dm" #include "modular_citadel\code\game\objects\ids.dm" #include "modular_citadel\code\game\objects\items\handcuffs.dm" #include "modular_citadel\code\game\objects\items\holy_weapons.dm"