From 45f0e97b57533d6c99085ccd79404f0c4ca7f03c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Apr 2022 09:47:22 -0300 Subject: Remove Wumpus Egg. Introduce Tomatoes. --- graphics/items/use/food/tomato.png | Bin 0 -> 923 bytes items/generic/_include.xml | 1 - items/generic/item5251_WumpusEgg.xml | 10 ---------- items/usable/_include.xml | 1 + items/usable/item5251_Tomato.xml | 10 ++++++++++ license.md | 1 + 6 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 graphics/items/use/food/tomato.png delete mode 100644 items/generic/item5251_WumpusEgg.xml create mode 100644 items/usable/item5251_Tomato.xml diff --git a/graphics/items/use/food/tomato.png b/graphics/items/use/food/tomato.png new file mode 100644 index 00000000..32fe02c3 Binary files /dev/null and b/graphics/items/use/food/tomato.png differ diff --git a/items/generic/_include.xml b/items/generic/_include.xml index ff381cdf..aacf25a3 100644 --- a/items/generic/_include.xml +++ b/items/generic/_include.xml @@ -254,7 +254,6 @@ - diff --git a/items/generic/item5251_WumpusEgg.xml b/items/generic/item5251_WumpusEgg.xml deleted file mode 100644 index 7a6890ff..00000000 --- a/items/generic/item5251_WumpusEgg.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/items/usable/_include.xml b/items/usable/_include.xml index 1c5a028b..d453e0e8 100644 --- a/items/usable/_include.xml +++ b/items/usable/_include.xml @@ -103,5 +103,6 @@ + diff --git a/items/usable/item5251_Tomato.xml b/items/usable/item5251_Tomato.xml new file mode 100644 index 00000000..1bef30f4 --- /dev/null +++ b/items/usable/item5251_Tomato.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/license.md b/license.md index 68153b64..cbae3575 100644 --- a/license.md +++ b/license.md @@ -542,6 +542,7 @@ File | Artists | Licenses `graphics/items/use/food/snake-egg.png` | Fate, Enchilado | GPLv2, CC BY-SA 3.0 `graphics/items/use/food/snapple.png` | Nmaligec, Salmondine, Enchilado | GPLv2 `graphics/items/use/food/steak.png` | Otacke, Enchilado | GPLv2 +`graphics/items/use/food/tomato.png` | Enchilado, Nard, ? | GPLv2, CC BY-SA 3.0 `graphics/items/use/food/tonoridelight.png` | Meway, Enchilado | GPLv2 `graphics/items/use/food/water.png` | FotherJ, Enchilado | GPLv2, CC BY-SA 3.0 `graphics/items/use/food/wine.png` | Nmaligec, Salmondine, Enchilado | GPLv2 -- cgit v1.2.3-60-g2f50