summaryrefslogtreecommitdiff
path: root/npc/006-2-1
diff options
context:
space:
mode:
authorJesusaves <jesusalva@tmw2.org>2024-02-10 13:36:17 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-01 22:27:53 -0300
commitde679dade0f287087f7ad09d5e2f3cf27dab3317 (patch)
tree0fd7d32dee7d1ff0d00693f015d9357deff95cb3 /npc/006-2-1
parent321107bf5f83511e578b57cf49e3f2329621523c (diff)
downloadserverdata-de679dade0f287087f7ad09d5e2f3cf27dab3317.tar.gz
serverdata-de679dade0f287087f7ad09d5e2f3cf27dab3317.tar.bz2
serverdata-de679dade0f287087f7ad09d5e2f3cf27dab3317.tar.xz
serverdata-de679dade0f287087f7ad09d5e2f3cf27dab3317.zip
Fix indent and other issues as ThinkSome asked
Diffstat (limited to 'npc/006-2-1')
-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: