X-Git-Url: https://jxself.org/git/?p=grue-hunter.git;a=blobdiff_plain;f=objects%2Flengthofrope.inf;fp=objects%2Flengthofrope.inf;h=c79c99c3f5e8e26e1bbd2605a35f94862bf1ee9a;hp=0000000000000000000000000000000000000000;hb=3861ae43ef5e739e26b5803297f8cf5a960e21dc;hpb=724ecd13809373c2e0f93c96d55b78987a4780eb diff --git a/objects/lengthofrope.inf b/objects/lengthofrope.inf new file mode 100644 index 0000000..c79c99c --- /dev/null +++ b/objects/lengthofrope.inf @@ -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 +! . +!=================================================================== +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;