mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +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", {
|
||||
description = "Mithril Shield",
|
||||
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,
|
||||
})
|
||||
end
|
||||
|
@ -104,7 +104,7 @@ if ARMOR_MATERIALS.black_mithril then
|
|||
minetest.register_tool("shields:shield_black_mithril_warrior", {
|
||||
description = "Black Mithril Shield",
|
||||
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,
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user