From beb47c942ffd83892763f55c357fbe1c37e463a5 Mon Sep 17 00:00:00 2001 From: crabman77 Date: Mon, 4 Jul 2016 02:00:12 +0200 Subject: [PATCH] change mese_dragon offset --- mods/mobs/mese_dragon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/mese_dragon.lua b/mods/mobs/mese_dragon.lua index 3ffa2e3c..ae3e81bd 100644 --- a/mods/mobs/mese_dragon.lua +++ b/mods/mobs/mese_dragon.lua @@ -7,7 +7,7 @@ mobs:register_mob("mobs:mese_dragon", { reach = 4, shoot_interval = 2, arrow = "mobs:mese_dragon_fireball", - shoot_offset = 2, + shoot_offset = -0.5, -- health & armor hp_min = 175, hp_max = 225,