mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
Small typo fix
This commit is contained in:
parent
aaf5ca5a87
commit
988318b88d
|
@ -31,7 +31,7 @@ end
|
|||
|
||||
if ARMOR_MATERIALS.cactus then
|
||||
minetest.register_tool("3d_armor:helmet_cactus", {
|
||||
description = "Cactuc Helmet",
|
||||
description = "Cactus Helmet",
|
||||
inventory_image = "3d_armor_inv_helmet_cactus.png",
|
||||
groups = {armor_head=3, armor_heal=0, armor_use=1000},
|
||||
wear = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user