X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fobjects%2Foverworld%2Fwestofcampsite.inf;fp=src%2Fobjects%2Foverworld%2Fwestofcampsite.inf;h=0000000000000000000000000000000000000000;hb=53c2e89d2532a0982b774d07415ad6683758e5c9;hp=670c4ecaced0fa923149698947fb9cafa492d1be;hpb=5a0bcf5c2a248fc12a2fbfe841b605c6b49ec0e1;p=homeland.git diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf deleted file mode 100644 index 670c4ec..0000000 --- a/src/objects/overworld/westofcampsite.inf +++ /dev/null @@ -1,73 +0,0 @@ -! Copyright (C) 2019, 2020 Jason Self -! -! This file is free software: you may copy, redistribute and/or -! modify it under the terms of the GNU Affero General Public License -! as published by the Free Software Foundation, either version 3 of -! the License, or (at your option) any later version. -! -! This file is distributed in the hope that it will be useful, but -! WITHOUT ANY WARRANTY; without even the implied warranty of -! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -! Affero General Public License for more details. -! -! You should have received a copy of the GNU Affero General Public -! License along with this file. If not, see https://gnu.org/licenses/ - -Object westofcampsite "West Of Campsite" - with description [; - print "You're in an area of sweet smelling green ankle - high grass just east of a forest. Livestock tracks form a - 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 - "You hear strange unintelligible whispers but looking - around see no one.^"; - ], - e_to campsite, - has light; - -Object pond "pond" westofcampsite - with name 'pond' 'water', - description - "Filled with water lilies, the pond seems quiet - and serene.", - before [; - ThrownAt: - "Probably not a good idea. You might need that."; - Taste, Drink: - print_ret "The water tastes dirty."; - Touch: - print_ret "You touch the water, creating ripples."; - Take, Pull, Push, PushDir, Turn: - print_ret - "I'm not sure how - you'd do that with a pond."; - Blow: - print_ret "You huff and you puff but nothing happens."; - Burn: - print_ret "One can burn water?"; - Buy: - print_ret "The pond is not for sale."; - JumpOver: - print_ret "The pond is too large to jump over."; - ], - has scenery; - -Object vines "vines" westofcampsite - with name 'vine' 'vines', - has scenery; \ No newline at end of file