diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index fa588120..93957822 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -23,7 +23,7 @@ l_Give: if (@q > 1) goto l_Close; setq ShipQuests_Arpan, 2; - getitem "CrasedShirt", 1; + getitem "CreasedShirt", 1; getitem "CreasedShorts", 1; message strcharinfo(0), l("You take the clothes from the chest."); close; |