Skip to content

Commit

Permalink
Moved seeds out of alchemy to herbs where they belong
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Mar 20, 2024
1 parent cf5a1ed commit 90dfbea
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions DF-db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ db.Filters = {
[191467] = true -- Bubble poppy 1
}
},
["Seed"] = {
uiName = "Bears " .. Expansion .. " Seeds",
uiDesc = "Seeds found in " .. Expansion,
title = "Seeds",
items = {
-- ID, --Item name
[200506] = true, -- Roused Seedling
[200508] = true, -- Propagating Roused Seedling
[200507] = true, -- Decayed Roused Seedling
[200509] = true, -- Agitated Roused Seedling
[23788] = true -- Tree Seedling
}
},
["Crafted_Reagents"] = {
uiName = "Bears " .. Expansion .. " Crafted Reagents",
uiDesc = "Alchemy crafted reagents used in " .. Expansion,
Expand Down

0 comments on commit 90dfbea

Please sign in to comment.