summaryrefslogtreecommitdiff
path: root/client/data/loc_forest.lua
diff options
context:
space:
mode:
authorU-DESKTOP-FOJ6TK1\Alex <alex@cogarr.net>2025-02-12 17:25:25 -0600
committerU-DESKTOP-FOJ6TK1\Alex <alex@cogarr.net>2025-02-12 17:25:25 -0600
commitb1c3386ca4032ac5925969d759ae2e5bc015d1f8 (patch)
tree74e7d8797afea9df12222e149e865134ddec9479 /client/data/loc_forest.lua
parent0aae46ecc38005236210f7e243f02cac39ab1dc3 (diff)
downloadhome_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.tar.gz
home_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.tar.bz2
home_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.zip
Final commitHEADmaster
Diffstat (limited to 'client/data/loc_forest.lua')
-rw-r--r--client/data/loc_forest.lua70
1 files changed, 35 insertions, 35 deletions
diff --git a/client/data/loc_forest.lua b/client/data/loc_forest.lua
index 43fd8af..5f70582 100644
--- a/client/data/loc_forest.lua
+++ b/client/data/loc_forest.lua
@@ -1,35 +1,35 @@
-local locations = require("locations")
-local world = require("world")
-
-local location = {
- name = "Forest",
- goto_txt = [[
-You wander out through the city gates and take the forest path going west.
-You approach the only road that cuts through the thick woods, dwarfed by the
-trees on either side.
-]],
- desc = [[
-The forest is vast, and it's easy to get lost if you don't stick to the path.
-Occasionally a trail leads off the path, sometimes it will circle around a
-rock or tree. Other times trails seemingly disappears into the underbrush. A stream
-comes down from the mountains to the north-east, running along your trail
-for a while before turning back into the deep underbrush.
-
-Soon your come to a place where the well-worn trail stops, and there are only
-faint paths leading deeper into the foliage in every direction.
-
-There is a path leading to the City of Beginnings to the east.
-]],
- settle_txt = [[
-You pick a direction from the end of the path, one that looks like no one has
-gone down before, and start walking. After a while you decide you've walked
-far enough, you commit the path you took here to memory, and start marking the
-area you plan to build in with sticks and twigs.
-]],
- houses = {},
- go = {
- {"east", function() return world.locations["City"] end},
- }
-}
-
-locations.add_location(location)
+local locations = require("locations")
+local world = require("world")
+
+local location = {
+ name = "Forest",
+ goto_txt = [[
+You wander out through the city gates and take the forest path going west.
+You approach the only road that cuts through the thick woods, dwarfed by the
+trees on either side.
+]],
+ desc = [[
+The forest is vast, and it's easy to get lost if you don't stick to the path.
+Occasionally a trail leads off the path, sometimes it will circle around a
+rock or tree. Other times trails seemingly disappears into the underbrush. A stream
+comes down from the mountains to the north-east, running along your trail
+for a while before turning back into the deep underbrush.
+
+Soon your come to a place where the well-worn trail stops, and there are only
+faint paths leading deeper into the foliage in every direction.
+
+There is a path leading to the City of Beginnings to the east.
+]],
+ settle_txt = [[
+You pick a direction from the end of the path, one that looks like no one has
+gone down before, and start walking. After a while you decide you've walked
+far enough, you commit the path you took here to memory, and start marking the
+area you plan to build in with sticks and twigs.
+]],
+ houses = {},
+ go = {
+ {"east", function() return world.locations["City"] end},
+ }
+}
+
+locations.add_location(location)