"Hold the ground" description contains swapped values.

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
ugnulf
Yeek
Posts: 13
Joined: Fri Jan 03, 2020 4:12 pm

"Hold the ground" description contains swapped values.

#1 Post by ugnulf »

Version 1.6.7 on Linux/64 bit.

The description text of the orc racial Hold the Ground reads:
When your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 4 [->7] turns.
Also increases physical save by +12.
I was wondering why I should raise the talent level if that increases the talent cooldown ;-)

Looking at data/talents/misc/races.lua, I noticed that the last two arguments of the description string are swapped. The correct text should be:
When your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 12 turns.
Also increases physical save by +4 [->7].

WonderingMonster
Yeek
Posts: 12
Joined: Wed Jan 29, 2020 1:46 pm

Re: "Hold the ground" description contains swapped values.

#2 Post by WonderingMonster »

I encountered the same issue and submitted a patch: https://git.net-core.org/tome/t-engine4 ... quests/625 . Thanks for the report :-)

Post Reply