diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:26:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-01 06:26:51 -0300 |
commit | c25ebeca28af528ad488c3548a18407b5744b627 (patch) | |
tree | 37f071ee02d841f0e89deb6d91376bc4b280b9e7 /client/skills.py | |
parent | 440c355951827a64370e74cbe9ea9e15864ef944 (diff) | |
download | tools-c25ebeca28af528ad488c3548a18407b5744b627.tar.gz tools-c25ebeca28af528ad488c3548a18407b5744b627.tar.bz2 tools-c25ebeca28af528ad488c3548a18407b5744b627.tar.xz tools-c25ebeca28af528ad488c3548a18407b5744b627.zip |
Typo
Diffstat (limited to 'client/skills.py')
-rwxr-xr-x | client/skills.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/skills.py b/client/skills.py index 7445fab..467bd22 100755 --- a/client/skills.py +++ b/client/skills.py @@ -93,7 +93,7 @@ skills.append(Skill(20039, "Summon Yetis", "none", "1x Frozen Yeti Tear.", 37, 5, "frozenheart", 0)) skills.append(Skill(20040, "Summon Terranite", "none", "1x Terranite Ore.", 47, 5, "stoneheart", 0)) -skills.append(Skill(20044, "Summon Plants", "none", "2x Artichoke Herb.", +skills.append(Skill(20044, "Summon Plants", "none", "2x Root.", 30, 3, "plantkingdom", 5)) skills.append(Skill(20047, "Summon Ducks", "none", "1x Cherry Cake. Req. Rubber Ducky.", 40, 7, "ducky", 0)) |