@ -64,9 +64,9 @@ for _,ent in pairs(df.global.world.entities.all) do
break
end
-- Diplomat position already exists, but has the wrong options - modify it instead of creating a new one
if pos.code == "DIPLOMAT" then
found_position=pos
if update then
@ -61,9 +61,9 @@ for _,ent in pairs(df.global.world.entities.all) do
-- Guild Representative position already exists, but has the wrong options - modify it instead of creating a new one
if pos.code == "GUILD_REPRESENTATIVE" then