diff options
Diffstat (limited to 'npc/016-7')
-rw-r--r-- | npc/016-7/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index cb3332e21..b3df7169d 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -42,6 +42,7 @@ OnReward: // Lv 40 rewards: 400 exp, 40 jxp, 200~600 GP getexp BaseLevel*10, BaseLevel; Zeny=Zeny+BaseLevel*rand(5,15); + //getitem SailorShirt, 1; // I already tried to do this before...? dispbottom l("Congratulations!"); if (isin("016-7", 23, 25, 52, 35)) warp "016-6", 31, 33; |