From 4467769ab56da40b59064256ec2fa7782d7d9f94 Mon Sep 17 00:00:00 2001 From: John Candlebury Date: Thu, 18 Jul 2024 07:41:41 -0600 Subject: [PATCH] Update the mapgen docs --- doc/MAPGEN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/MAPGEN.md b/doc/MAPGEN.md index c84bce4cb121f..25f9739efbb94 100644 --- a/doc/MAPGEN.md +++ b/doc/MAPGEN.md @@ -901,7 +901,8 @@ Places a vending machine (furniture) and fills it with items from an item group. | --- | --- | item_group | (optional, string) the item group that is used to create items inside the machine. It defaults to either "vending_food" or "vending_drink" (randomly chosen). | reinforced | (optional, bool) setting which will make vending machine spawn as reinforced. Defaults to false. -| lootable | (optional, bool) setting which indicates whether this particular vending machine should have a chance to spawn ransacked (i.e. broken and with no loot inside). The chance for this is increased with each day passed after the Cataclysm. Valid only if `reinforced` is false. Defaults to false. +| lootable | (optional, bool) setting which indicates whether this particular vending machine should have a chance to spawn ransacked (i.e. broken and with no loot inside). The chance for this is increased with each day passed after the Cataclysm. Defaults to false. +| powered | (optional, bool) setting which indicates whether the machine is powered can be interacted with to buy items. Defaults to false. ### Place a toilet with some amount of water with "toilets"