If you throw a Holy Handgranade you would expect it to make the explosion an the tile it hit the enemy. In the current version (+ DLC) the Holy Handgranade explosion is not focus around your target but on your hero. So if you throw the granade 8 tiles away on an enemy, the explosion circle comes from the tile your hero stands on and not the tile the enemy stands.
Tentative fix: Code: <spell name="Holy Hand Grenade proc" type="target"> <effect type="trigger" spell="The Stars Aligned" /> </spell> Code: <item name="Holy Hand Grenade" iconFile="items/thrown_holygrenade.png" level="10" type="5" maxstack="1"> <price amount="4000"/> <weapon crushing="1" righteous="10" thrown="items/thrown_holygrenade.png" hit="Holy Hand Grenade proc"/> <description text="'O Lord, bless this, thy hand grenade.'"/> </item>