Skip to content

Commit

Permalink
typo + move syrita estate one step east
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Dec 31, 2023
1 parent 754b23e commit 516a2f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions housing/propertyList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ table.insert(M.properties, {name = "Flat Sapphire", lower = position(394,212,1),
table.insert(M.properties, {name = "Flat Diamond", lower = position(405,206,1), upper = position(415,222,1)})
table.insert(M.properties, {name = "Flat Obsidian", lower = position(420,206,1), upper = position(432,220,1)})
--Estates, Galmair
table.insert(M.properties, {name = "Syrita Estate", lower = position(448,124,0), upper = position(458,139,2), estate = true})
table.insert(M.properties, {name = "Syrita Estate", lower = position(448,124,-21), upper = position(458,139,-21), estate = true})
table.insert(M.properties, {name = "Syrita Estate", lower = position(449,124,0), upper = position(459,139,2), estate = true})
table.insert(M.properties, {name = "Syrita Estate", lower = position(449,124,-21), upper = position(459,139,-21), estate = true})
table.insert(M.properties, {name = "Nargun Estate", lower = position(529,256,0), upper = position(543,265,2), estate = true})
table.insert(M.properties, {name = "Nargun Estate", lower = position(529,256,-21), upper = position(543,265,-21), estate = true})
table.insert(M.properties, {name = "Rumil Estate", lower = position(384,351,0), upper = position(391,364,2), estate = true})
Expand Down
6 changes: 3 additions & 3 deletions housing/utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ function M.propertyInformation(user, deed)
local englishDefault = "To the current inhabitant of "..property..
",\nLet it be known that you are expected to pay a rent of "..rent..
" Without additional payments, your current lease expires in "..remainingDuration..
" months.\nFor additional questions or concerns, please seek out the quartermaster or one of \z
" months.\nFor additional questions or concerns, please seek out the Quartermaster or one of \z
your "..townLeaderTitle..
"s.\n~Signed, "..signatureEN

Expand All @@ -1727,7 +1727,7 @@ function M.propertyInformation(user, deed)
freeRent = true
end

local englishFreeRent = "To the current inhabitant of "..property..",\n Let it be known that you are currently not expected to pay rent.\nFor additional questions or concerns, please seek out the quartermaster or one of \z
local englishFreeRent = "To the current inhabitant of "..property..",\n Let it be known that you are currently not expected to pay rent.\nFor additional questions or concerns, please seek out the Quartermaster or one of \z
your "..townLeaderTitle..
"s.\n~Signed, "..signatureEN
local germanFreeRent = "An den aktuellen Bewohner von"..propertyDE..",\n ihr wohnt von nun an mietfrei.\nFür weitere Fragen oder Anmerkungen, wende dich an den Quartiermeister oder melde dich \z
Expand All @@ -1751,7 +1751,7 @@ function M.propertyInformation(user, deed)
".\nUnterzeichnet, "..signatureDE,
"This property is currently being leased to "..tenant..
". Should you have any concerns, or wish to rent a property that is currently available, please \z
seek out the quartermaster or one of your "..townLeaderTitle..
seek out the Quartermaster or one of your "..townLeaderTitle..
"s.\n~Signed, "..signatureEN)
end

Expand Down

0 comments on commit 516a2f9

Please sign in to comment.