diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 23:27:33 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 23:27:33 +0100 |
commit | 56ab9fef65f53f198f00d3c4cb2ded060d36c072 (patch) | |
tree | 32b9bb8b34d89a6beb846471580dc39bb0b5b5f1 | |
parent | f1729ef356a38a8fc0bfbf6d4a2dc5e2e869d1bd (diff) | |
download | clientdata-56ab9fef65f53f198f00d3c4cb2ded060d36c072.tar.gz clientdata-56ab9fef65f53f198f00d3c4cb2ded060d36c072.tar.bz2 clientdata-56ab9fef65f53f198f00d3c4cb2ded060d36c072.tar.xz clientdata-56ab9fef65f53f198f00d3c4cb2ded060d36c072.zip |
Add Narrator NPC on npcs.xml.
-rw-r--r-- | npcs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -186,6 +186,11 @@ IDs 990-999 = Special <sprite variant="23">npcs/xml/unanimated.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="133"> + <!-- Human Male, Narrator. --> + <sprite variant="24">npcs/xml/unanimated.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- Animated NPCs --> <npc id="401" targetCursor="small"> |