diff options
author | Reid <reidyaro@gmail.com> | 2012-12-02 17:56:57 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-02 17:56:57 +0100 |
commit | f97f713c37b3913464da6b49ec3e1a3bfb94df48 (patch) | |
tree | f5d8f3e360c91123eeddcbf675adb4814b6c4cc2 /npc/000-2-1/chest.txt | |
parent | 9431d623be66554a91f1146f5a3659c664f3145b (diff) | |
download | clientdata-f97f713c37b3913464da6b49ec3e1a3bfb94df48.tar.gz clientdata-f97f713c37b3913464da6b49ec3e1a3bfb94df48.tar.bz2 clientdata-f97f713c37b3913464da6b49ec3e1a3bfb94df48.tar.xz clientdata-f97f713c37b3913464da6b49ec3e1a3bfb94df48.zip |
Make the chest close himself once the player have the clothes.
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r-- | npc/000-2-1/chest.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index 93957822..74f859e2 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -26,7 +26,6 @@ l_Give: getitem "CreasedShirt", 1; getitem "CreasedShorts", 1; message strcharinfo(0), l("You take the clothes from the chest."); - close; l_Close: setnpcdir 6; |