diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-29 02:10:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-29 02:15:21 +0300 |
commit | 4e09a4ce7c27050fdb1db21778b125e098751a17 (patch) | |
tree | adb98555d60f6c012534c670c54bbb695743b9f4 | |
parent | c6794ee78e93d1a75f87f04c7bc322dec880efb7 (diff) | |
download | clientdata-4e09a4ce7c27050fdb1db21778b125e098751a17.tar.gz clientdata-4e09a4ce7c27050fdb1db21778b125e098751a17.tar.bz2 clientdata-4e09a4ce7c27050fdb1db21778b125e098751a17.tar.xz clientdata-4e09a4ce7c27050fdb1db21778b125e098751a17.zip |
Add to some permanent npcs attribute allowDelete=false.
-rw-r--r-- | npcs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -334,14 +334,14 @@ IDs 990-999 = Special <sprite>accessories/eye-down-blink.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> - <npc id="420"> + <npc id="420" allowDelete="false"> <!-- Harbour with a funny wheel. --> <sprite>npcs/xml/harbour.xml</sprite> <sprite>accessories/harbour-hook.xml</sprite> <sprite>accessories/harbour-rope.xml</sprite> <menu name="Rotate" command="talk 'NAME'"/> </npc> - <npc id="421" targetOffsetX="20"> + <npc id="421" targetOffsetX="20" allowDelete="false"> <!-- Harbour with a funny wheel and a box. --> <sprite>npcs/xml/harbour.xml</sprite> <sprite>accessories/harbour-box.xml</sprite> @@ -595,12 +595,12 @@ IDs 990-999 = Special <sprite>npcs/xml/artisdoor.xml</sprite> <menu name="Open" command="talk 'NAME'"/> </npc> - <npc id="907"> + <npc id="907" allowDelete="false"> <!-- Artis door, indoor map. --> <sprite>npcs/xml/artisindoor.xml</sprite> <menu name="Open" command="talk 'NAME'"/> </npc> - <npc id="908" allowDelete="false"> + <npc id="908" allowDelete="false" allowDelete="false"> <!-- Artis door, indoor map with wood floor. --> <sprite>npcs/xml/artisindoor-wood.xml</sprite> <menu name="Open" command="talk 'NAME'"/> |