diff options
-rw-r--r-- | npc/002-4/nard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index b0c3c2580..820e5e79c 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -16,7 +16,7 @@ .@price=1500; L_Checker: - if (.@narrator == 1) goto L_Travel; + if (.@narrator >= 1) goto L_Travel; if (LOCATION$ != "") goto L_NotYet; mesn; |