diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-22 11:21:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-22 11:21:34 -0300 |
commit | 5640a6421b0150c8a83951f9920ba92d2d6f881e (patch) | |
tree | 09b7efdb217e17a16a93914d657c5d75f9ab103f /npc/017-1/paxel.txt | |
parent | e8cde14b169d26224d41fda2fb0519858b38cf51 (diff) | |
download | serverdata-5640a6421b0150c8a83951f9920ba92d2d6f881e.tar.gz serverdata-5640a6421b0150c8a83951f9920ba92d2d6f881e.tar.bz2 serverdata-5640a6421b0150c8a83951f9920ba92d2d6f881e.tar.xz serverdata-5640a6421b0150c8a83951f9920ba92d2d6f881e.zip |
This commit breaks 30 NPCs in one go. Seriously. It just needed its own commit.
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; |