1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00

Now use the black mithril shield texture

This commit is contained in:
Ombridride 2015-07-24 23:42:34 +02:00
parent 8f1718a713
commit f5fb315c71

View File

@ -103,7 +103,7 @@ end
if ARMOR_MATERIALS.black_mithril then
minetest.register_tool("shields:shield_black_mithril_warrior", {
description = "Black Mithril Shield",
inventory_image = "shields_inv_shield_mithril.png",
inventory_image = "shields_inv_shield_black_mithril_warrior.png",
groups = {armor_shield=15, armor_heal=2, armor_use=50},
wear = 0,
})