diff --git a/css/main.css b/css/main.css index 25cc8c7..c865ae4 100644 --- a/css/main.css +++ b/css/main.css @@ -319,6 +319,14 @@ margin-top: 5px; } +.item_item_seemen0 { + background: url(../img/items.png) -266px 1px; + width: 30px; + background-size: 476px; + margin-left: 5px; + margin-top: 5px; +} + .item_consumable_fish1 { background: url(../img/items.png) -268px -146px; width: 30px; diff --git a/js/main.js b/js/main.js index fd5ee65..5d601a8 100644 --- a/js/main.js +++ b/js/main.js @@ -40,6 +40,7 @@ var tooltiptexts = { "item_weapon_sword5": "Schwert: Schaden erhöht 600", "item_weapon_stick1": "Stock: Schaden +20", "item_item_bone0": "Ganz toller Knochen!", + "item_item_seemen0": "Super Radieschen!", "item_item_spaten3": "Spaten: Schneller graben", "item_consumable_fish1": "Erhöht deine Lebenspunkte um 20", "item_consumable_fish2": "Erhöht deine Lebenspunkte um 10", diff --git a/server.js b/server.js index cca3bc6..fac46ad 100644 --- a/server.js +++ b/server.js @@ -151,6 +151,9 @@ var itemAttrs = { "item_item_bone0": { lvl: 0, }, + "item_item_seemen0": { + lvl: 0, + }, "item_item_spaten3": { lvl: 1, },