X-Git-Url: https://jxself.org/git/?p=grue-hunter.git;a=blobdiff_plain;f=rooms%2Fbottomofpit.inf;fp=rooms%2Fbottomofpit.inf;h=3ae22baece0351f843356f7321b52df9bb462d0c;hp=0000000000000000000000000000000000000000;hb=3861ae43ef5e739e26b5803297f8cf5a960e21dc;hpb=724ecd13809373c2e0f93c96d55b78987a4780eb diff --git a/rooms/bottomofpit.inf b/rooms/bottomofpit.inf new file mode 100644 index 0000000..3ae22ba --- /dev/null +++ b/rooms/bottomofpit.inf @@ -0,0 +1,34 @@ +! 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 bottomofpit "Bottom Of Pit" +with description [; + print "You are at the south end of a north/south tunnel that also + serves as the bottom of a large hole in the ground above. The tunnel + continues to the north, and the ground slopes slightly downward in + that direction. The walls here are dull and gray, smooth but damp, + slowly turning into large chunky rocks toward the north."; + + if (lengthofrope in self) print " Part of your rope, at least the + part that you were holding onto when it was chopped in two, lies on + the ground here."; + new_line; + ], + + n_to northend, + u_to "The ground above is too far away and there's nothing for a foothold to climb.", + +has light;