diff options
Diffstat (limited to 'npc/017-1/paxel.txt')
-rw-r--r-- | npc/017-1/paxel.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 8a461c23f..913f2c008 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -14,6 +14,7 @@ npctalk3 l("I hope that strange towel man doesn't bother me again..."); else if (rand2(10) == 4) npctalk3 l("I'm glad there's no annoying towel man. He keeps coming back to annoy me!"); + inspectorQuest(); .@q=getq(SQuest_Paxel); if(.@q == 2) goto L_Done; if (season() != SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason; |