summaryrefslogtreecommitdiff
path: root/graphics/items/CMakeLists.txt
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-11 12:54:12 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-11 12:54:12 +0000
commit054cd9a8fe0a4433a7e83aa0de42db02033f59de (patch)
tree91ca055d6d259ac0935cd043fd99d6c2f80c0768 /graphics/items/CMakeLists.txt
parentdf24545494d44431325b0e85b4e2581fbc45ae9f (diff)
downloadclientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.gz
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.bz2
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.xz
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.zip
Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error).
Diffstat (limited to 'graphics/items/CMakeLists.txt')
-rw-r--r--graphics/items/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/items/CMakeLists.txt b/graphics/items/CMakeLists.txt
index 40a7539d..ff5f3e79 100644
--- a/graphics/items/CMakeLists.txt
+++ b/graphics/items/CMakeLists.txt
@@ -2,7 +2,8 @@ SET(FILES
armor-chest-cottonshirt.png
armor-chest-desertshirt.png
armor-chest-leathershirt.png
- armor-chest-woolsweater.png
+ armor-chest-tnecksweater.png
+ armor-chest-vnecksweater.png
armor-feet-boots.png
armor-hands-leathergloves.png
armor-hands-minergloves.png
@@ -127,4 +128,4 @@ SET(FILES
weapon-thrown-bonedarts.png
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items)
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items) \ No newline at end of file