From 7c00a9491d040348ea314062af2ad9456390bfc8 Mon Sep 17 00:00:00 2001
From: stuntofthelitter <Stunt@gatheringspot.org>
Date: Tue, 14 Apr 2015 20:41:01 -0700
Subject: [PATCH] Cancelling secondary target for Nature's Equilibrium now
 targets self

---
 game/modules/tome/data/talents/gifts/mindstar-mastery.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/gifts/mindstar-mastery.lua b/game/modules/tome/data/talents/gifts/mindstar-mastery.lua
index 02b85b2338..7be5f91b45 100644
--- a/game/modules/tome/data/talents/gifts/mindstar-mastery.lua
+++ b/game/modules/tome/data/talents/gifts/mindstar-mastery.lua
@@ -170,7 +170,7 @@ newTalent{
 		while hit do -- breakable if
 			local tg = util.getval(t.second_target, self, t)
 			local x, y, target = self:getTarget(tg)
-			if not target or not self:canProject(tg, x, y) then return nil end
+			if not target then target = self end
 
 			target:attr("allow_on_heal", 1)
 			target:heal(dam, t)
-- 
GitLab