diff options
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 882270a70..ab484dbaf 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -56,6 +56,7 @@ L_JoinReq: case 1: delitem DivineApple, 1; + getexp $MANA_BLVL*100, $MANA_JLVL*10; goto L_Tier1Ok; break; case 2: @@ -64,6 +65,7 @@ L_JoinReq: // it won't find and will terminate the script. No lame cheating. // Of course, all 39 eggs are gone for and I can't do anything about it. delitem SnakeEgg, 40; + getexp $MANA_BLVL*100, $MANA_JLVL*10; goto L_Tier1Ok; break; case 3: |