minor formatting

This commit is contained in:
Lilian Jónsdóttir 2020-10-04 19:41:03 -07:00
parent 5e3d30ccb2
commit 6dab6ff382
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ this.createHomedNPCTableEntry = function(npc, home, startingPlace, isHome, posit
home = home, -- tes3cell
homeName = home.id, -- string
ogPlace = startingPlace, -- tes3cell
ogPlaceName = startingPlace.id,
ogPlaceName = startingPlace.id, -- string
ogPosition = ogPosition, -- tes3vector3
ogOrientation = ogOrientation, -- tes3vector3
homePosition = pickedPosition, -- tes3vector3

View file

@ -47,7 +47,7 @@ category:createYesNoButton({
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.",
"Make a PR on GitHub with some more positions if you feel like it.",
variable = createTableVar("moveNPCs")
})
@ -55,7 +55,7 @@ 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.",
"Make a PR on GitHub with some more positions if you feel like it.",
variable = createTableVar("homelessWanderersToPublicHouses")
})