Adding initial work on Grue Hunter 2.0
[grue-hunter.git] / objects / lengthofrope.inf
1 ! This file is part of Grue Hunter.
2 !
3 ! Grue Hunter is free software: you can redistribute it and/or modify it
4 ! under the terms of the GNU Affero General Public License as published
5 ! by the Free Software Foundation, either version 3 of the License, or
6 ! (at your option) any later version.
7 !
8 ! Grue Hunter 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 Grue Hunter. If not, see
15 ! <https://gnu.org/licenses/>.
16 !===================================================================
17 Object  lengthofrope "rope" bottomofpit
18 with    name 'rope',
19         description "It is the other part of the rope you climbed down on, now shorter after having been chopped in two.",
20                 describe [;
21                         if (self in bottomofpit) rtrue;
22                         "^You can see your rope here.";
23                 ],
24 has     clothing;