summaryrefslogtreecommitdiff
path: root/npc/006-2-1/glim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2-1/glim.txt')
-rw-r--r--npc/006-2-1/glim.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/006-2-1/glim.txt b/npc/006-2-1/glim.txt
index 414232888..a9d620d5c 100644
--- a/npc/006-2-1/glim.txt
+++ b/npc/006-2-1/glim.txt
@@ -21,12 +21,12 @@ L_Loop:
mesq l("Argh, I've run out o' arrows! Say, ye don't have any I could use, do ye? I only got %s...", fnum($GLIM_ST));
next;
if (.@q2 < $@GLIM_QTIMER) {
- setq1 Lilitquest_Glim, 0;
- setq2 Lilitquest_Glim, $@GLIM_QTIMER;
+ setq1 LilitQuest_Glim, 0;
+ setq2 LilitQuest_Glim, $@GLIM_QTIMER;
}
// Daily limit reached
- .@q1=getq1(Lilitquest_Glim);
+ .@q1=getq1(LilitQuest_Glim);
if (.@q1 >= (BaseLevel-17)/3) goto L_Timer;
select
rif(countitem(TolchiAmmoBox), l("Give Glim a %s"), getitemname(TolchiAmmoBox)),
@@ -44,7 +44,7 @@ L_Loop:
break;
}
$GLIM_ST+=1;
- setq1 Lilitquest_Glim, .@q1+1;
+ setq1 LilitQuest_Glim, .@q1+1;
goto L_Loop;
L_Timer: