diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:50:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 13:50:22 -0300 |
commit | 046b46fc098f30507ea2f1251f573d8d28f49c21 (patch) | |
tree | 098b25e44feacc4724427f8b462ae3e2d66e7efb | |
parent | 8597d80d44c881bd6164c43fb127d3d8cf7dfb35 (diff) | |
download | clientdata-046b46fc098f30507ea2f1251f573d8d28f49c21.tar.gz clientdata-046b46fc098f30507ea2f1251f573d8d28f49c21.tar.bz2 clientdata-046b46fc098f30507ea2f1251f573d8d28f49c21.tar.xz clientdata-046b46fc098f30507ea2f1251f573d8d28f49c21.zip |
Register a TODO
-rw-r--r-- | npcdialogs.xml | 2 | ||||
-rw-r--r-- | skills.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index 729848bdf..7afb7fd1f 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -74,7 +74,7 @@ Copyright (C) 2019 Moubootaur Legends --> <!-- GUI size: 75px --> <image x="10" y="265" image="graphics/skills/none.png" /> <text x="10" y="300" width="200" height="12" text="Archers Eye" /> - <text x="10" y="315" width="350" height="30" text="Increase bow/gun range in 1." /> + <text x="10" y="315" width="350" height="30" text="Increase bow range and acc." /> <button x="45" y="275" name="Learn" value="vulture" /> <!-- GUI size: 75px --> diff --git a/skills.xml b/skills.xml index 13aff3189..6b43be756 100644 --- a/skills.xml +++ b/skills.xml @@ -134,11 +134,12 @@ Copyright (C) 2018 TMW2 --> icon="graphics/skills/none.png" description="FIXME: Increase maximum weight." /> + <!-- TODO status.c:3009 allow guns --> <skill id="44" name="Archers Eye" icon="graphics/skills/none.png" - description="Raise range and Chance to Hit on bows and firestaves." + description="Raise range and Chance to Hit on bows (incl. skills)." /> <skill id="50" |