summaryrefslogtreecommitdiff
path: root/world/map/npc/012-3/beheader.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/012-3/beheader.txt')
-rw-r--r--world/map/npc/012-3/beheader.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/012-3/beheader.txt b/world/map/npc/012-3/beheader.txt
index 7cbc079f..25885edb 100644
--- a/world/map/npc/012-3/beheader.txt
+++ b/world/map/npc/012-3/beheader.txt
@@ -97,7 +97,7 @@ L_Later:
L_Beheader:
if (FLAGS & FLAG_GOT_BEHEADER_SWORD) goto L_Again;
- if (TERRAC == 2001) goto L_Finish;
+ if (TERRAC == 1501) goto L_Finish;
if (TERRAC > 0) goto L_Status;
mes "";
mes "[The Beheader]";
@@ -123,14 +123,14 @@ L_Beheader:
L_Accept:
mes "";
mes "[The Beheader]";
- mes "So... Hmm, lemme think... Ah, I know! Thou shall ##Bkill me 2000 [@@m1062|@@]##b. Why? Because that's pointless, and you want a weapon you won't be able to use, so a pointless task for a pointless reward! Now get going!";
+ mes "So... Hmm, lemme think... Ah, I know! Thou shall ##Bkill me 1500 [@@m1062|@@]##b. Why? Because that's pointless, and you want a weapon you won't be able to use, so a pointless task for a pointless reward! Now get going!";
set TERRAC, 1;
close;
L_Status:
mes "";
mes "[The Beheader]";
- mes "\"Get going, running in circles and amusing me, you only killed "+(TERRAC-1)+"/2000 [@@m1062|@@] until now.\"";
+ mes "\"Get going, running in circles and amusing me, you only killed "+(TERRAC-1)+"/1500 [@@m1062|@@] until now.\"";
close;
L_Again:
@@ -168,7 +168,7 @@ L_Finish:
goto L_Nope;
getitem "Beheader", 1;
- getexp 200000, 0;
+ getexp 400000, 0;
set FLAGS, FLAGS | FLAG_GOT_BEHEADER_SWORD;
set TERRAC, 0;