summaryrefslogtreecommitdiff
path: root/npc/029-0/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-0/event.txt')
-rw-r--r--npc/029-0/event.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index de276459c..cd172418a 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -236,7 +236,7 @@ OnMinute02:
003-0-2,34,21,0 script Alliance Officer NPC_HALBERDBARBARIAN,{
mesn;
mesq l("Good %s, %s. The council is not in session right now.", (is_night() ? l("evening") : l("morning")), lg("peasant"));
- if (($BETASERVER || debug) && BaseLevel < 60) goto L_PowerUp;
+ if (($BETASERVER || debug) && BaseLevel < 60 && !#BETA_REVIVE) goto L_PowerUp;
close;
L_PowerUp:
@@ -332,6 +332,7 @@ L_PowerUp:
Zeny+=50000;
percentheal 100,100;
mesc l("You awake a long forgotten potential, and feel ready to take over the world.");
+ #BETA_REVIVE=true;
close;
OnInit: