1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Various fixes about shields and moreores

- Fixed crash with moreore
 - Fixed textures' name for blackmithril shield
This commit is contained in:
LeMagnesium
2015-07-29 21:54:18 +02:00
parent 5ef58d517c
commit 17f4daba5d
5 changed files with 3 additions and 4 deletions

View File

@ -101,7 +101,7 @@ if ARMOR_MATERIALS.mithril then
end
if ARMOR_MATERIALS.blackmithril then
minetest.register_tool("shields:shield_black_mithril_warrior", {
minetest.register_tool("shields:shield_blackmithril", {
description = "Black Mithril Shield (Warrior)",
inventory_image = "shields_inv_shield_black_mithril_warrior.png",
groups = {armor_shield=15, armor_heal=0, armor_use=50},

View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B