From 5641c457f60b4fd3ccf0303e9cd5e0e9cb5693b2 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Fri, 25 Sep 2015 21:38:03 +0200 Subject: [PATCH] Reduced a little the armor of the Dungeon Master --- 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 693a346d..0e24a22c 100755 --- a/mods/mobs/dungeonmaster.lua +++ b/mods/mobs/dungeonmaster.lua @@ -17,7 +17,7 @@ mobs:register_mob("mobs:dungeon_master", { -- health & armor hp_min = 60, hp_max = 80, - armor = 70, + armor = 80, -- textures and model collisionbox = {-0.7, -1, -0.7, 0.7, 1.6, 0.7}, visual = "mesh",