diff options
-rw-r--r-- | npc/000-1/shop.txt | 2 | ||||
-rw-r--r-- | npc/001-1/shop.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index 2f0d8836..581f36b1 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -19,7 +19,7 @@ OnInit: sellitem PiouSlayer, -1, 15; .sex = G_OTHER; - .distance = 2; + .distance = 3; end; OnClock0000: diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index 473841c1..565a9810 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -19,7 +19,7 @@ OnInit: sellitem PiouSlayer, -1, 15; .sex = G_OTHER; - .distance = 2; + .distance = 3; end; OnClock0000: |