mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Fixed remaining wrong names in 3d_armor_classes
This commit is contained in:
parent
fd8752a08c
commit
403895e8e4
|
@ -1,4 +1,4 @@
|
|||
if ARMOR_MATERIALS.black_mithril then
|
||||
if ARMOR_MATERIALS.blackmithril then
|
||||
-- Register helmets :
|
||||
minetest.register_tool(":3d_armor:helmet_blackmithril", {
|
||||
description = "Black Mithril Helmet",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if ARMOR_MATERIALS.hardened_leather then
|
||||
if ARMOR_MATERIALS.hardenedleather then
|
||||
-- Register helmets :
|
||||
minetest.register_tool(":3d_armor:helmet_hardenedleather", {
|
||||
description = "Hardened Leather Helmet",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
if ARMOR_MATERIALS.reinforced_leather then
|
||||
if ARMOR_MATERIALS.reinforcedleather then
|
||||
-- Register helmets :
|
||||
minetest.register_tool(":3d_armor:helmet_reinforcedleather", {
|
||||
description = "Hunter's Reinforced Leather Helmet",
|
||||
inventory_image = "3d_armor_inv_helmet_reinforced_leather_hunter.png",
|
||||
inventory_image = "3d_armor_inv_helmet_reinforcedleather.png",
|
||||
groups = {armor_head = 6, armor_heal = 0, armor_use = 40},
|
||||
wear = 0,
|
||||
})
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user