Import the source code submitted to IntroComp 2019
[homeland.git] / src / objects / campsite.inf
1 ! Copyright (C) 2019 Jason Self <j@jxself.org>
2 !
3 ! This file is free software: you may copy, redistribute gand/or 
4 ! modify it under the terms of the GNU Affero General Public License 
5 ! as published by the Free Software Foundation, either version 3 of 
6 ! the License, or (at your option) any later version.
7 !
8 ! This file is distributed in the hope that it will be useful, but
9 ! WITHOUT ANY WARRANTY; without even the implied warranty of
10 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 ! Affero General Public License for more details.
12 !
13 ! You should have received a copy of the GNU Affero General Public
14 ! License along with this file. If not, see https://gnu.org/licenses/
15
16 Object  campsite "Campsite"
17   with  description [;
18             print 
19                 "You are at an old campsite set among some low-lying 
20                 hills. Healthy, dark green grass carpets the ground 
21                 except around an old firepit.^^";
22             print 
23                 "You can see a log (on which are a copper lantern and 
24                 a diary) here.^^";
25             print 
26                 "The diary is old and worn. The pages are tattered 
27                 and yellowed, and most of the writing has faded due to 
28                 exposure to the elements. In reviewing the pages you 
29                 recognize it as your neighbor's handwriting and can 
30                 make out a single passage: ~The humming... the 
31                 humming... I can't make it stop.~";
32             deadflag = 3;
33         ],
34   has   light;