diff options
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -783,7 +783,7 @@ IDs 900-999 = Special </npc> <npc id="416" targetCursor="small" targetOffsetX="4" targetOffsetY="2"> <!-- Chest, an opening container. --> - <sprite>npcs/xml/chest.xml</sprite> + <sprite>npcs/xml/chest2.xml</sprite> <menu name="Open" command="talk 'NAME'"/> </npc> <npc id="417" targetOffsetX="16" nameOffsetX="16"> @@ -1086,6 +1086,11 @@ IDs 900-999 = Special <sprite>npcs/xml/injuriedguard.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="460" targetCursor="small" targetOffsetX="4" targetOffsetY="2"> + <!-- Legacy Chest, a hidden opening container. --> + <sprite>npcs/xml/chest.xml</sprite> + <menu name="Open" command="talk 'NAME'"/> + </npc> <!-- Add new animated NPCs above this line --> <npc id="500"> |