mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 11:00:25 +01:00
Removed the health values on the mithril and
blackmithril shields, because doesn't work
This commit is contained in:
parent
a1d04f1374
commit
73cfac15d5
@ -95,7 +95,7 @@ if ARMOR_MATERIALS.mithril then
|
|||||||
minetest.register_tool("shields:shield_mithril", {
|
minetest.register_tool("shields:shield_mithril", {
|
||||||
description = "Mithril Shield",
|
description = "Mithril Shield",
|
||||||
inventory_image = "shields_inv_shield_mithril.png",
|
inventory_image = "shields_inv_shield_mithril.png",
|
||||||
groups = {armor_shield=13, armor_heal=1, armor_use=50},
|
groups = {armor_shield=13, armor_heal=0, armor_use=50},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
@ -104,7 +104,7 @@ if ARMOR_MATERIALS.black_mithril then
|
|||||||
minetest.register_tool("shields:shield_black_mithril_warrior", {
|
minetest.register_tool("shields:shield_black_mithril_warrior", {
|
||||||
description = "Black Mithril Shield",
|
description = "Black Mithril Shield",
|
||||||
inventory_image = "shields_inv_shield_black_mithril_warrior.png",
|
inventory_image = "shields_inv_shield_black_mithril_warrior.png",
|
||||||
groups = {armor_shield=15, armor_heal=2, armor_use=50},
|
groups = {armor_shield=15, armor_heal=0, armor_use=50},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user