Fixed indentation

This commit is contained in:
Bär Halberkamp 2013-11-30 18:15:50 +01:00
parent f05897058a
commit 8a2cafb943

View file

@ -356,13 +356,13 @@
_ = wesnoth.textdomain 'wesnoth-httt'
local dirs = { _"I sense the path to the sceptre is to the west of me.",
_"I sense the path to the sceptre is to the north-west of me.",
_"I sense the path to the sceptre is to the north of me.",
_"I sense the path to the sceptre is to the north-east of me.",
_"I sense the path to the sceptre is to the east of me.",
_"I sense the path to the sceptre is to the south-east of me.",
_"I sense the path to the sceptre is to the south of me.",
_"I sense the path to the sceptre is to the south-west of me." }
_"I sense the path to the sceptre is to the north-west of me.",
_"I sense the path to the sceptre is to the north of me.",
_"I sense the path to the sceptre is to the north-east of me.",
_"I sense the path to the sceptre is to the east of me.",
_"I sense the path to the sceptre is to the south-east of me.",
_"I sense the path to the sceptre is to the south of me.",
_"I sense the path to the sceptre is to the south-west of me." }
local goal = { x = path[6][1], y = path[6][2] }
-- Go to square geometry