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:
@ -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},
|
||||
|
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Reference in New Issue
Block a user