diff options
Diffstat (limited to 'npc/027-1/laura.txt')
-rw-r--r-- | npc/027-1/laura.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index d73bc56a4..9c99be03e 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -163,6 +163,11 @@ L_Tier3: close; } + if (TUTORIAL && nard_reputation() < 8) { + mesn col(l("Tutorial Tom"), 9); + mesc l("Unfortunately you're in tutorial mode, so I cannot let you go ahead knowing you'll fail. Please improve your reputation with Nard and then continue."); + close; + } delitem EmptyBottle, 1; delitem EverburnPowder, 1; delitem MaggotSlime, 10; |