diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index ee840fb7d..60e7ce9e0 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -106,7 +106,8 @@ L_Assign: L_Finish: // Check if you can store a Strange Coin (you really should) - inventoryplace StrangeCoin, 1; + // Another item too, which I'm sure you won't get it anywhere. + inventoryplace StrangeCoin, 1, NPCEyes, 1; mes l("Current progress: @@/10000 @@", getq2(General_Hunter), getmonsterlink(GHQ_GetMonsterIDByQuestID(getq(General_Hunter)))); mes ""; GHMEMO[getq(General_Hunter)]=getq2(General_Hunter); @@ -149,7 +150,7 @@ L_Finish: close; case Pinkie: setq General_Hunter, 0, 0; - getitem ApanaCake, 1; + getitem PinkHelmet, 1; getexp 15750, 100; mesn; mesq l("And your rare, a @@! Enjoy!", getitemlink(ApanaCake)); |