summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-11 23:33:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-11 23:33:15 -0300
commite361ee65367ea1c79ccd82f8a4b288de3f5bbeb0 (patch)
tree96e7478e2911fc935f9dfc90de30a40d8dfb01ad
parent974be4908fe13de586b58949482a7688abeb4110 (diff)
downloadserverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.gz
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.bz2
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.tar.xz
serverdata-e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0.zip
...Fix typos
-rw-r--r--npc/081-1/extra.txt3
-rw-r--r--npc/081-2/logic.txt2
-rw-r--r--npc/annuals/xmas/2021.txt2
3 files changed, 5 insertions, 2 deletions
diff --git a/npc/081-1/extra.txt b/npc/081-1/extra.txt
index 5cacf64e..d626d971 100644
--- a/npc/081-1/extra.txt
+++ b/npc/081-1/extra.txt
@@ -67,6 +67,9 @@ OnInit:
mesq l("Your weight limit is a bit larger, but if it reaches 90% you will no longer be able to attack, so be careful.");
next;
mesn;
+ mesq l("When you die, you'll be taken to the Soul Menhir you touched last. There is a Soul Menhir nearby, I advise touching it as soon as possible.");
+ next;
+ mesn;
mesq l("Experience acquired here will be carried over to TMW Legacy once the event ends, as well as the event rewards. You can exchange the %s with GM Santa, the GM Team will be publishing the rules in turning these in level ups or ultra rare hats shortly.", getitemlink(Carrot));
next;
mesn;
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt
index ae4bf7a9..6cecaf6e 100644
--- a/npc/081-2/logic.txt
+++ b/npc/081-2/logic.txt
@@ -129,7 +129,7 @@ OnInit:
if ('COLORCODE[0] == 'COLORCODE[5])
dispbottom l("The leftmost and the rightmost candle are identical.");
else
- dispbottom l("The extremes are different.");
+ dispbottom l("The left-right extremes are different.");
OnInit:
.distance=1;
end;
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
index aca3a4da..58d50ff1 100644
--- a/npc/annuals/xmas/2021.txt
+++ b/npc/annuals/xmas/2021.txt
@@ -292,7 +292,7 @@ function script X21INIT {
}
if (instance_id() >= 0)
- instance_set_timeout(1800, 1800);
+ instance_set_timeout(getarg(0, 1800), getarg(0, 1800));
return;
}