From 516a2f958fc282b0326c6258ab73aab8f03ee45b Mon Sep 17 00:00:00 2001 From: brightrim Date: Sun, 31 Dec 2023 17:46:52 +0100 Subject: [PATCH] typo + move syrita estate one step east --- housing/propertyList.lua | 4 ++-- housing/utility.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/housing/propertyList.lua b/housing/propertyList.lua index f693a2dd2..a02100c43 100644 --- a/housing/propertyList.lua +++ b/housing/propertyList.lua @@ -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}) diff --git a/housing/utility.lua b/housing/utility.lua index dffb53d13..e8f52b820 100644 --- a/housing/utility.lua +++ b/housing/utility.lua @@ -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 @@ -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 @@ -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