Page 1 of 1

[svn] Small typo in Gauntlets of the Scorpion

Posted: Wed Jun 19, 2013 3:25 am
by SageAcrin

Code: Select all

1386                         talent_on_hit = { T_BITE_POISON = {level=3, chance=20}, T_PERFECT_CONTROL = {level=1, chance=5}, T_QUICK_AS_THOUGHT = {level=3, chance=5}, T_PERFECT_CONTROL = {level=1, chance=5} },
Oops. Should be...

Code: Select all

1386                         talent_on_hit = { T_BITE_POISON = {level=3, chance=20}, T_PERFECT_CONTROL = {level=1, chance=5}, T_QUICK_AS_THOUGHT = {level=3, chance=5}, T_IMPLODE = {level=1, chance=5} },
At least I caught it before anyone else did, and it wasn't even a fatal bug, right...? :oops: