Page 1 of 1

Incorrect name for probability travel debuff

Posted: Tue May 21, 2013 2:45 am
by Hachem_Muche
When using probability travel, the debuff you get is incorrectly called "Time Prison." Fix:

Code: Select all

Index: game/modules/tome/data/timed_effects/other.lua
===================================================================
--- game/modules/tome/data/timed_effects/other.lua	(revision 6762)
+++ game/modules/tome/data/timed_effects/other.lua	(working copy)
@@ -1333,8 +1333,8 @@
 
 newEffect{
 	name = "PROB_TRAVEL_UNSTABLE", image = "talents/probability_travel.png",
-	desc = "Time Prison",
-	long_desc = function(self, eff) return "The target has recently blinked through a wall using probability travel." end,
+	desc = "Unstable Probabilites",
+	long_desc = function(self, eff) return "The target has recently blinked through a wall using probability travel and cannot do so again until it has stabilized." end,
 	type = "other",
 	subtype = { time=true, space=true },
 	status = "detrimental",

Re: Incorrect name for probability travel debuff

Posted: Fri Dec 06, 2013 1:11 am
by darkgod
fixed