diff options
| author | historia <[not public]> | 2026-06-14 22:38:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 22:38:23 -0400 |
| commit | a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77 (patch) | |
| tree | 89601a502bbfcb50302cf03f09b6febc6040eeb0 /data/items/birds_nest.yaml | |
| parent | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (diff) | |
| download | thehouseoficarus-a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77.tar.gz | |
feat: fractional ticks and server game_speed implemented. potentially insanely janky.
Diffstat (limited to 'data/items/birds_nest.yaml')
| -rw-r--r-- | data/items/birds_nest.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/items/birds_nest.yaml b/data/items/birds_nest.yaml index 674cdaa..844426f 100644 --- a/data/items/birds_nest.yaml +++ b/data/items/birds_nest.yaml @@ -4,3 +4,6 @@ aliases: ["nest", "birds", "bird"] description: "A bird's nest. You can search it for treasure." value: 5 stackable: false +search_table: birds_nest_drop +search_ticks: 3 +search_message: "digging through the bird's nest" |
