X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fobjects%2Foverworld%2Fwestofcampsite.inf;h=d1e1482ddd8c64f5c4ee6fcbff2dddfc7cc237ce;hb=8e901ad1b03d15990a7dc03701f40d56ed9189c6;hp=a1830ca28517e063edca8d63d47cf13aebd2b92a;hpb=55f9933c918b23a40f027b319827824fb6cf976d;p=homeland.git diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf index a1830ca..d1e1482 100644 --- a/src/objects/overworld/westofcampsite.inf +++ b/src/objects/overworld/westofcampsite.inf @@ -14,19 +14,25 @@ ! License along with this file. If not, see https://gnu.org/licenses/ Object westofcampsite "West Of Campsite" - with description - "You're in an area of sweet smelling green ankle high + with description [; + print "You're in an area of sweet smelling green ankle +high grassland just east of a forest. Livestock tracks form a - well-worn path coming from the northeast, ending at a - small pond. Filled with water lilies, the pond seems - quiet and serene. You look to forest edge and see a clear - path east and northeast leading deep into the forest. On - both sides there is dense undergrowth with only small - paths through it. The trees are ancient with thick vines - hanging from them and across the path. All other - directions take you to low-lying hills and grassy fields. - A flock of birds fly overhead and disappear into the - forest.", + well-worn path next to a creek, both coming from the + northeast, and ending at a small pond. Filled with water + lilies, the pond seems quiet and serene. You look to the + forest edge and see a clear path east and northeast + leading deep into the forest. On both sides there is + dense undergrowth with only a small path through it. The + trees are ancient with thick vines hanging from them and + across the path. All other directions take you to + low-lying hills and grassy fields."; + if (westofcampsite hasnt visited) + print + " A flock of birds fly overhead and disappear into + the forest."; + new_line; + ], before [; Listen: print_ret @@ -63,11 +69,6 @@ Object pond "pond" westofcampsite ], has scenery; -Object livestocktracks "livestock tracks" westofcampsite - with name 'livestock' 'track' 'tracks', - found_in westofcampsite, - has scenery; - Object vines "vines" westofcampsite with name 'vine' 'vines', has scenery; \ No newline at end of file