summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-24 10:09:33 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-24 10:09:33 +0400
commit305360b4723539d6b52d9f662fdd56fc05b22aa8 (patch)
treec1544e093129ab42218b86c40bfe2217f291cbe6 /npc/000-2-1
parentc3c89c23fbd7e7f6492249c2e1a5b08343d8d10f (diff)
downloadserverdata-305360b4723539d6b52d9f662fdd56fc05b22aa8.tar.gz
serverdata-305360b4723539d6b52d9f662fdd56fc05b22aa8.tar.bz2
serverdata-305360b4723539d6b52d9f662fdd56fc05b22aa8.tar.xz
serverdata-305360b4723539d6b52d9f662fdd56fc05b22aa8.zip
Changed 'worn' to 'creased' in 2 item names. Fixed in item_db & chest.txt.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/chest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index 47af50c0..fa588120 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -23,8 +23,8 @@
l_Give:
if (@q > 1) goto l_Close;
setq ShipQuests_Arpan, 2;
- getitem "WornShirt", 1;
- getitem "WornShorts", 1;
+ getitem "CrasedShirt", 1;
+ getitem "CreasedShorts", 1;
message strcharinfo(0), l("You take the clothes from the chest.");
close;