diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/shop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 1dee03cc8..16a44d674 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -11,6 +11,7 @@ OnInit: sellitem Knife, -1, 5; sellitem Arrow, -1, 30000; sellitem DesertHat, -1, 8; + sellitem SilkRobe, -1, 1; sellitem Bread, -1, 15; .sex = G_OTHER; @@ -25,6 +26,7 @@ OnClock0000: restoreshopitem Knife, 5; restoreshopitem Arrow, 30000; restoreshopitem DesertHat, 8; + restoreshopitem SilkRobe, 1; restoreshopitem Bread, 15; } |