code/modules/vending/_vending.dm

| MAX_VENDING_INPUT_AMOUNT | Maximum amount of items in a storage bag that we're transferring items to the vendor from. |
|---|---|
| /datum/data/vending_product | A datum that represents a product that is vendable |
| /obj/machinery/vending | Captalism in the year 2525, everything in a vending machine, even love |
| /obj/machinery/vending/custom/unbreakable | Charges the user if its not the owner Make the transaction Log the transaction Make an alert Remove the item |
Define Details
MAX_VENDING_INPUT_AMOUNT
Maximum amount of items in a storage bag that we're transferring items to the vendor from.