diff --git a/game/modules/tome/data/talents/gifts/summon-utility.lua b/game/modules/tome/data/talents/gifts/summon-utility.lua
index 604a1d2d5587997c5a19f7036a425ddf6ea298e8..1c71a386de9afd06c6da963ab516f80803f56114 100644
--- a/game/modules/tome/data/talents/gifts/summon-utility.lua
+++ b/game/modules/tome/data/talents/gifts/summon-utility.lua
@@ -347,8 +347,9 @@ newTalent{
 	require = gifts_req4,
 	points = 5,
 	equilibrium = 7,
-	cooldown = 20,
+	cooldown = 10,
 	no_npc_use = true,
+	no_energy = true,
 	requires_target = true,
 	range = 10,
 	direct_hit = true,
@@ -368,6 +369,6 @@ newTalent{
 		return true
 	end,
 	info = function(self, t)
-		return ([[Allows you to control all summons in a radius %d to target a creature for %d turns.]]):format(t.getRad(self,t), t.getDur(self,t))
+		return ([[Draw focus on a creature, signalling to all of your summons within %d tiles of it to shift aggression towards the marked creature for %d turns.]]):format(t.getRad(self,t), t.getDur(self,t))
 	end,
 }
\ No newline at end of file