summaryrefslogtreecommitdiff
path: root/npc/019-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-30 22:15:36 -0200
committerJesusaves <cpntb1@ymail.com>2018-10-30 22:15:36 -0200
commitc2c6d03c9a39cefd093f124472e049127b1c2fd6 (patch)
treeda84ab450a3bb0b5b732ee0e083176eed6011479 /npc/019-3
parent69230b0d55fc54352ed4f55d78880a753eba6798 (diff)
downloadserverdata-c2c6d03c9a39cefd093f124472e049127b1c2fd6.tar.gz
serverdata-c2c6d03c9a39cefd093f124472e049127b1c2fd6.tar.bz2
serverdata-c2c6d03c9a39cefd093f124472e049127b1c2fd6.tar.xz
serverdata-c2c6d03c9a39cefd093f124472e049127b1c2fd6.zip
Monster King walks
Diffstat (limited to 'npc/019-3')
-rw-r--r--npc/019-3/guards.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/019-3/guards.txt b/npc/019-3/guards.txt
index 385426ec9..e2a18771f 100644
--- a/npc/019-3/guards.txt
+++ b/npc/019-3/guards.txt
@@ -19,8 +19,8 @@
.@q2=getq2(Q_NivalisLibday);
.@q3=getq3(Q_NivalisLibday);
- // Calculate score (You have 3 minutes)
- .@score=0;
+ // Calculate score (You have 3 minutes. You get a single point for finishing.)
+ .@score=1;
.@time=gettimetick(2);
.@score+=max(180-(.@time-.@q3), 0)/5;