aboutsummaryrefslogtreecommitdiff
path: root/building_guide/search.md
blob: e6e2a1429b44377dc1a3c0b0abab1e35d59c671e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## The `search` Command

Used to open searchable items in your inventory (bird's nests, etc.):
```
Usage: search <item>

Example: search nest
         search birds nest
```

Searches your inventory for the named item. If found, removes it and rolls on a drop table.
Currently only bird's nests are searchable.

---