From e361ee65367ea1c79ccd82f8a4b288de3f5bbeb0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Dec 2021 23:33:15 -0300 Subject: ...Fix typos --- npc/081-1/extra.txt | 3 +++ npc/081-2/logic.txt | 2 +- npc/annuals/xmas/2021.txt | 2 +- 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; } -- cgit v1.2.3-60-g2f50