[1.0.0] Bug of the description of cease to exist

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
roycelin3
Low Yeek
Posts: 8
Joined: Tue Sep 18, 2012 6:35 am

[1.0.0] Bug of the description of cease to exist

#1 Post by roycelin3 »

An enemy got the debuff of "Cease to Exist". When I right-clicked on it and click "Inspect Creature", I got a lua error.
After searching the code, I think I get the location of the problem:

tome-1.0.0.team\data\timed_effects\magical.lua
In the 1355th line of this file, it says
long_desc = function(self, eff) return ("The target is being removed from the timeline and is suffering %d temporal damage per turn."):format(eff.dam) end,
But in fact, "eff.dam" should be replaced by "eff.power", and the description of the debuff is wrong. It should be something like this:
"The target is being removed from the timeline and its resistence is reduced by %d."

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

Re: [1.0.0] Bug of the description of cease to exist

#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