more info in MCM and update readme

This commit is contained in:
Lilian Jónsdóttir 2020-10-04 01:27:06 -07:00
parent d8c1aaf0f6
commit 71ea41e6c7
2 changed files with 13 additions and 0 deletions

View file

@ -40,11 +40,16 @@ category:createYesNoButton({label = "Disable non-Guard NPCs at night?", variable
category:createYesNoButton({
label = "Move NPCs into their homes at night and in bad weather instead of disabling them?",
description = "NOTE: Without the proper positions in data/positions.lua this could result in bad placement!!!\n\n"..
"Make a PR with some more positions if you feel like it.",
variable = createTableVar("moveNPCs")
})
category:createYesNoButton({
label = "Move \"homeless\" NPCs to public spaces at night and in bad weather instead of disabling them?",
description = "NOTE: Without the proper positions in data/positions.lua this could result in bad placement, "..
"and if multiple NPCs are placed in the same spot, they might DIE!!!\n\n" ..
"Make a PR with some more positions if you feel like it.",
variable = createTableVar("homelessWanderersToPublicHouses")
})