From 4dab33f313bdf229f695de55ccf1c6a4ebb7c6e2 Mon Sep 17 00:00:00 2001
From: Eric Wykoff <ericwykoff@yahoo.com>
Date: Sat, 24 Jan 2015 20:18:38 -0600
Subject: [PATCH] fix

---
 .../modules/tome/data/talents/chronomancy/spacetime-weaving.lua | 2 +-
 game/modules/tome/data/talents/chronomancy/temporal-combat.lua  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua b/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua
index 0f037706dc..f26a878867 100644
--- a/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua
+++ b/game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua
@@ -268,7 +268,7 @@ newTalent{
 	range = 0,
 	radius = function(self, t) return math.floor(self:combatTalentScale(t, 1, 2)) end,
 	target = function(self, t)
-		return {type="ball", range=100, radius=self:getTalentRadius(t), selffire=false, talent=t}
+		return {type="ball", range=100, radius=self:getTalentRadius(t), friendlyfire=false, talent=t}
 	end,
 	getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 2, 3))) end,
 	getChance = function(self, t) return 2 + math.floor(self:combatTalentScale(t, 2, 10)) end,
diff --git a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
index 792d8883b0..f28067e9ac 100644
--- a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
+++ b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
@@ -99,7 +99,6 @@ newTalent{
 		if rng.percent(t.getChance(self, t)) then
 			if not self:isTalentCoolingDown(t.id) then
 				-- Warp Burst
-				local tgts = 0
 				local tg = self:getTalentTarget(t)
 				self:project(tg, target.x, target.y, function(px, py, tg, self)
 					local target = game.level.map(px, py, Map.ACTOR)
-- 
GitLab