X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fobjects%2Foverworld%2Fwestofcampsite.inf;fp=src%2Fobjects%2Foverworld%2Fwestofcampsite.inf;h=1cf633b1119c5b7bfceba26faaa453812f7bfcaf;hb=57e7057cc7196914e3477ac73aaf73966c2195ac;hp=0000000000000000000000000000000000000000;hpb=322528eaf7ebd7f3373b1eed7a1d8c73fb741e3a;p=homeland.git diff --git a/src/objects/overworld/westofcampsite.inf b/src/objects/overworld/westofcampsite.inf new file mode 100644 index 0000000..1cf633b --- /dev/null +++ b/src/objects/overworld/westofcampsite.inf @@ -0,0 +1,31 @@ +! Copyright (C) 2019 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 + "You're in an area of flat grassland just east of a + forest. There is a circle of dead grass near recent + livestock tracks in some mud. A flock of birds fly + overhead and disappear into the forest.", + before [; + Listen: + print_ret + "You hear strange whispers but looking around see no + one.^"; + ], + e_to campsite, + cant_go + "That area has not yet been implemented in this game.", + has light; \ No newline at end of file