summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avatars.xml6
-rw-r--r--npcs/npc395.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/avatars.xml b/avatars.xml
new file mode 100644
index 00000000..b97cbcca
--- /dev/null
+++ b/avatars.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<avatars>
+ <avatar id="395" name="Ferry Master" width="32" height="64" >
+ <sprite variant="24">model/unique.xml</sprite>
+ </avatar>
+</avatars>
diff --git a/npcs/npc395.xml b/npcs/npc395.xml
index 02ec202c..5413da61 100644
--- a/npcs/npc395.xml
+++ b/npcs/npc395.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<npcs>
- <npc id="395" targetCursor="large">
+ <npc id="395" avatar="395" targetCursor="large">
<sprite variant="0">npcs/koga.xml</sprite>
</npc>
</npcs>