From 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 May 2022 00:23:55 -0300 Subject: Fix shop startup sequence so new prices are shown --- npc/017-1/shops.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/017-1') diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index b1c2e9a11..c74e1c0be 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -20,6 +20,7 @@ OnInit: .sex = G_MALE; .distance = 4; + sleep(SHOPWAIT); tradertype(NST_MARKET); sellitem LOFCoin, -1, 1; @@ -73,6 +74,7 @@ OnInit: .sex = G_FEMALE; .distance = 4; + sleep(SHOPWAIT); tradertype(NST_MARKET); sellitem TrainingWand, -1, 3; -- cgit v1.2.3-70-g09d2