1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

Get back blackmithril shield

- See #169
This commit is contained in:
LeMagnesium 2015-07-28 19:01:38 +02:00
parent 0d88b4443f
commit 3fd2d1bbf4
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ if ARMOR_MATERIALS.mithril then
})
end
if ARMOR_MATERIALS.black_mithril then
if ARMOR_MATERIALS.blackmithril then
minetest.register_tool("shields:shield_black_mithril_warrior", {
description = "Black Mithril Shield",
inventory_image = "shields_inv_shield_black_mithril_warrior.png",

View File

@ -8,7 +8,7 @@
pclasses.api.register_class("warrior", {
determination = function(player)
return pclasses.api.util.does_wear_full_armor(player:get_player_name(), "blackmithril", true)
return pclasses.api.util.does_wear_full_armor(player:get_player_name(), "blackmithril", false)
end,
on_assigned = function(pname)
minetest.sound_play("pclasses_full_warrior")