dlc content

This commit is contained in:
2026-01-08 01:08:55 +01:00
parent 69bcf0920a
commit 154eb55283
4 changed files with 38 additions and 6 deletions

View File

@@ -33,6 +33,7 @@ var (
ElderberryLeaves Ingredient = Ingredient{"Elderberry Leaves", TopShelf}
Eyebright Ingredient = Ingredient{"Eyebright", TopShelf}
Feverfew Ingredient = Ingredient{"Feverfew", TopShelf}
Ginger Ingredient = Ingredient{"Ginger", TopShelf}
Henbane Ingredient = Ingredient{"Henbane", TopShelf}
HerbParis Ingredient = Ingredient{"Herb Paris", TopShelf}
Marigold Ingredient = Ingredient{"Marigold", TopShelf}
@@ -50,7 +51,6 @@ var (
BoarsTusk Ingredient = Ingredient{"Boar's Tusk", BottomShelf}
Cobweb Ingredient = Ingredient{"Cobweb", BottomShelf}
Charcoal Ingredient = Ingredient{"Charcoal", BottomShelf}
Ginger Ingredient = Ingredient{"Ginger", BottomShelf}
LeachedCoal Ingredient = Ingredient{"Leached Coal", BottomShelf}
Saltpetre Ingredient = Ingredient{"Saltpetre", BottomShelf}
Sulphur Ingredient = Ingredient{"Sulphur", BottomShelf}