diff options
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r-- | npc/003-1/sarah.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 5063c97c6..e8eb55be7 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -47,6 +47,10 @@ case 1: quest_open; break; + case 2: + mesc l("Protip: @@ is dropped by @@. It is a tough monster, you might need some strategy to kill it. @@ can be bought in shops.", getitemlink(CherryCake), getmonsterlink(GiantMaggot)); + next; + break; } } while (@menu != 2); } |