From 06515d42ed0a6019629ed2abd43fa052a43ab4a0 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Fri, 19 Dec 2014 21:41:28 +0100 Subject: [PATCH] Fixing anti-explosion system for excluded nodes - Changed the name of the variable in the parse system to SIMPLY MAKE IT ABLE TO WORK FINE! --- mods/mobs/dungeonmaster.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/dungeonmaster.lua b/mods/mobs/dungeonmaster.lua index d632ae90..3e8e3894 100644 --- a/mods/mobs/dungeonmaster.lua +++ b/mods/mobs/dungeonmaster.lua @@ -110,7 +110,7 @@ mobs:register_arrow("mobs:fireball", { local excluding = minetest.registered_nodes[n].groups["unbreakable"] ~= nil or n:split(":")[1] == "nether" for _,i in ipairs(excluded) do - if i == n then including = true end + if i == n then excluding = true end end --if p.y < -19600 and including and n:split(":")[1] == "nether" then