summaryrefslogtreecommitdiff
path: root/world/map/npc/025-4/julia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/025-4/julia.txt')
-rw-r--r--world/map/npc/025-4/julia.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/025-4/julia.txt b/world/map/npc/025-4/julia.txt
index ef52faa1..ecb7703a 100644
--- a/world/map/npc/025-4/julia.txt
+++ b/world/map/npc/025-4/julia.txt
@@ -2,6 +2,8 @@
025-4.gat,89,21,0 script Julia 114,{
+ set @Reward_EXP, 5000;
+
if (Rossy_Quest > 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_End;
if (Rossy_Quest == 16) goto L_Done;
if (Rossy_Quest <= 15) goto L_Hmmm;
@@ -16,7 +18,7 @@ L_Done:
getinventorylist;
if (@inventorylist_count == 100) goto L_TooMany;
getitem "BlackBoots", 1;
- getexp 5000, 0;
+ getexp @Reward_EXP, 0;
set Rossy_Quest, 17;
mes "\"I'm out of here now, lets get out of this horrible cave.\"";
close;