Adding initial work on Grue Hunter 2.0
[grue-hunter.git] / objects / lengthofrope.inf
diff --git a/objects/lengthofrope.inf b/objects/lengthofrope.inf
new file mode 100644 (file)
index 0000000..c79c99c
--- /dev/null
@@ -0,0 +1,24 @@
+! This file is part of Grue Hunter.
+!
+! Grue Hunter is free software: you can redistribute it 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.
+!
+! Grue Hunter 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 Grue Hunter. If not, see
+! <https://gnu.org/licenses/>.
+!===================================================================
+Object lengthofrope "rope" bottomofpit
+with   name 'rope',
+       description "It is the other part of the rope you climbed down on, now shorter after having been chopped in two.",
+               describe [;
+                       if (self in bottomofpit) rtrue;
+                       "^You can see your rope here.";
+               ],
+has    clothing;