Adding initial work on Grue Hunter 2.0
[grue-hunter.git] / objects / backpack.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  backpack "backpack" bottomofpit
18 with    name 'backpack' 'pack' 'knapsack' 'rucksack',
19         description "A nice cotton canvas bag with two straps that go over your shoulders.",
20 has     clothing container openable;