Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Illuna-Minetest/mobs_monster
1 result
Show changes
Commits on Source (1)
...@@ -243,7 +243,7 @@ local function wields_torch(player) ...@@ -243,7 +243,7 @@ local function wields_torch(player)
if not item then if not item then
return false return false
end end
return item:get_name() == "mobs:pick_lava" return item:get_name() == "mobs:pick_lava" or item:get_name() == "illuna:oathkeeper"
end end
local function wielded_torch(name) local function wielded_torch(name)
......