diff options
Diffstat (limited to 'npc/005-4')
-rw-r--r-- | npc/005-4/rosen.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 11d0166e5..fb2e5ed6b 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -41,6 +41,12 @@ switch (@menu) { case 1: + if (!getq(General_Narrator) && TUTORIAL) { + mesn; + mesc l("Please spend responsibly. You still need to pay Nard for a ship travel and there's only so much money you can find on a small island like Candor."), 1; + mesc l("And some of the shop items can be found as drops or in quests!"); + next; + } closedialog; shop "Shop#Candor"; close; |