[svn] Small typo in Gauntlets of the Scorpion

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
SageAcrin
Sher'Tul Godslayer
Posts: 1884
Joined: Tue Apr 10, 2012 6:52 pm

[svn] Small typo in Gauntlets of the Scorpion

#1 Post 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:

Post Reply