lava_flan: one more wieldlight item that should not be defiened here

master
Milan 2022-03-30 18:01:13 +02:00
parent 781ac19d09
commit 74c05ed88d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ local function wields_torch(player)
if not item then
return false
end
return item:get_name() == "mobs:pick_lava"
return item:get_name() == "mobs:pick_lava" or item:get_name() == "illuna:oathkeeper"
end
local function wielded_torch(name)