summaryrefslogtreecommitdiff
path: root/npc/015-8/sealedshrine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8/sealedshrine.txt')
-rw-r--r--npc/015-8/sealedshrine.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt
index d7989d44e..8be41f9e3 100644
--- a/npc/015-8/sealedshrine.txt
+++ b/npc/015-8/sealedshrine.txt
@@ -11,7 +11,7 @@ function script SaggySealCheck {
.@q=getq(HurnscaldQuest_Sagratha);
.@q3=getq3(HurnscaldQuest_Sagratha);
// Cheater Detected
- if (!MAGIC_LVL || .@q < 3) {
+ if (!MAGIC_LVL || .@q < 3) {
setq HurnscaldQuest_Sagratha, 0, 0, 0;
sc_end SC_CASH_PLUSEXP;
sc_end SC_OVERLAPEXPUP;
@@ -535,7 +535,7 @@ function script SaggyShrineStatue {
.@q=getq(HurnscaldQuest_Sagratha);
// Initial check
- if (!MAGIC_LVL || .@q < 4) {
+ if (!MAGIC_LVL || .@q < 4) {
setq HurnscaldQuest_Sagratha, 0, 0, 0;
sc_end SC_CASH_PLUSEXP;
sc_end SC_OVERLAPEXPUP;
@@ -613,7 +613,7 @@ OnInit:
.@q=getq(HurnscaldQuest_Sagratha);
.@q3=getq3(HurnscaldQuest_Sagratha);
// Cheater Detected
- if (!MAGIC_LVL || .@q < 4) {
+ if (!MAGIC_LVL || .@q < 4) {
setq HurnscaldQuest_Sagratha, 0, 0, 0;
sc_end SC_CASH_PLUSEXP;
sc_end SC_OVERLAPEXPUP;