Incorrect name for probability travel debuff

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Hachem_Muche
Uruivellas
Posts: 744
Joined: Thu Nov 18, 2010 6:42 pm

Incorrect name for probability travel debuff

#1 Post 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",
Author of the Infinite 500 and PlenumTooltip addons, and the joys of Scaling in ToME.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Incorrect name for probability travel debuff

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply