summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-13 11:32:07 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-13 11:32:07 +0000
commit340a5ab54f877df432a175943e3afd587036c345 (patch)
treec84fc42da94a28687c86e2e5daffb851825fa8d8 /items.xml
parent9e52fd5859c0696e5e68a93dfe578c52a77e1446 (diff)
downloadclientdata-340a5ab54f877df432a175943e3afd587036c345.tar.gz
clientdata-340a5ab54f877df432a175943e3afd587036c345.tar.bz2
clientdata-340a5ab54f877df432a175943e3afd587036c345.tar.xz
clientdata-340a5ab54f877df432a175943e3afd587036c345.zip
Name our base sprite.
Will be usefull once other races are added to give each it's own name.
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/items.xml b/items.xml
index fadf0896..1136b178 100644
--- a/items.xml
+++ b/items.xml
@@ -61,7 +61,7 @@
<!-- Treating the base sprite as equipment too will be useful when we
implement other playable races -->
- <item id="-100" type="racesprite">
+ <item id="-100" type="racesprite" name="Human">
<sprite gender="male">player_male_base.xml</sprite>
<sprite gender="female">player_female_base.xml</sprite>
</item>