mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
Fix typo in cactus helmet description, closes #91
This commit is contained in:
parent
7a980a6717
commit
d43d96bb28
@ -31,7 +31,7 @@ end
|
|||||||
|
|
||||||
if ARMOR_MATERIALS.cactus then
|
if ARMOR_MATERIALS.cactus then
|
||||||
minetest.register_tool("3d_armor:helmet_cactus", {
|
minetest.register_tool("3d_armor:helmet_cactus", {
|
||||||
description = "Cactuc Helmet",
|
description = "Cactus Helmet",
|
||||||
inventory_image = "3d_armor_inv_helmet_cactus.png",
|
inventory_image = "3d_armor_inv_helmet_cactus.png",
|
||||||
groups = {armor_head=5, armor_heal=0, armor_use=1000},
|
groups = {armor_head=5, armor_heal=0, armor_use=1000},
|
||||||
wear = 0,
|
wear = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user