diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-23 20:35:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-23 20:36:25 +0300 |
commit | 8b173f6623f293b92d07ed301eeb5d4ef9a20c83 (patch) | |
tree | 1c11b2ec70bb81720592ede69954c912c00c30af /npc | |
parent | ab10fd4cedc80777a9b031d6b79e0c2cdd20d7bb (diff) | |
download | clientdata-8b173f6623f293b92d07ed301eeb5d4ef9a20c83.tar.gz clientdata-8b173f6623f293b92d07ed301eeb5d4ef9a20c83.tar.bz2 clientdata-8b173f6623f293b92d07ed301eeb5d4ef9a20c83.tar.xz clientdata-8b173f6623f293b92d07ed301eeb5d4ef9a20c83.zip |
Additinal protection for npc croconut from direct speaking.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/croconut.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index a17c7013..7d90480f 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -10,6 +10,7 @@ // rif(countitem(35yy, 1), l(getitemname("yy"))), l_Good, 000-2-1.gat,0,0,0 script Croconut 0,{ + close; OnUse: mesn "Narrator"; |