summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1/zegas.txt16
-rw-r--r--npc/005-3/barrel.txt2
2 files changed, 10 insertions, 8 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
index b7d5c5a4c..f2acc6a13 100644
--- a/npc/005-1/zegas.txt
+++ b/npc/005-1/zegas.txt
@@ -74,21 +74,23 @@ OnInit:
next;
menu
l("Yes."), L_Reset,
- l("Barrel"),L_Cheat,
l("No."), L_Close;
L_Reset:
setq CandorQuest_Barrel, 0;
+ STARTAREA = STARTAREA &~ (1 << 2);
+ STARTAREA = STARTAREA &~ (1 << 3);
+ STARTAREA = STARTAREA &~ (1 << 4);
+ STARTAREA = STARTAREA &~ (1 << 5);
+ STARTAREA = STARTAREA &~ (1 << 6);
+ STARTAREA = STARTAREA &~ (1 << 7);
+ STARTAREA = STARTAREA &~ (1 << 8);
+ STARTAREA = STARTAREA &~ (1 << 9);
mes l("Reset!");
goto L_Close;
-L_Cheat:
- setq CandorQuest_Barrel, 3;
- mes l("Quest Complete!");
- goto L_Close;
-
L_Close:
- showavatar; // hide
+ //showavatar; // Use this to hide the showavatar
close;
//OnInit:
diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt
index 1810774ae..63af4dfc3 100644
--- a/npc/005-3/barrel.txt
+++ b/npc/005-3/barrel.txt
@@ -35,7 +35,7 @@ L_BarrelTally:
if (@barrel_count == 8)
{
message strcharinfo(0), "You found the bug bomb.";
- specialeffect(21);
+ specialeffect(13);
setq CandorQuest_Barrel, 3;
}
@rand = rand(6);