diff --git a/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua b/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua
index 50a50b5a7b6b969b86917a12ff0fef135db39e01..419d2d861fcddaccd4544f6ddc8b5e517312b5f5 100644
--- a/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua
+++ b/game/modules/tome/data/talents/chronomancy/spacetime-folding.lua
@@ -301,8 +301,11 @@ newTalent{
 				local tether = target:hasEffect(target.EFF_BEN_TETHER) or target:hasEffect(target.EFF_DET_TETHER)
 				local trigger = rng.percent(self.chance * core.fov.distance(self.x, self.y, target.x, target.y))
 				
+				if game.level and game.level:hasEntity(target) and tether and not target.dead then
+					self.temporary = tether.dur
+				end
+
 				if game.level and game.level:hasEntity(target) and tether and trigger and not target.dead then
-				
 					-- Primary blast, even if the teleport is resisted or fails this triggers
 
 					local tg = self.tg