summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-18 19:19:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-18 19:19:51 -0300
commitda0ac378a72a46687b8be288b407964136eec6f0 (patch)
tree613a9373e235f1ef53cb9e461c484d7a61e3523f /npc/017-1
parent04ceaa2652e89798b97f78d042938e6815867ab4 (diff)
downloadserverdata-da0ac378a72a46687b8be288b407964136eec6f0.tar.gz
serverdata-da0ac378a72a46687b8be288b407964136eec6f0.tar.bz2
serverdata-da0ac378a72a46687b8be288b407964136eec6f0.tar.xz
serverdata-da0ac378a72a46687b8be288b407964136eec6f0.zip
We cannot lose the joke here!
Diffstat (limited to 'npc/017-1')
-rw-r--r--npc/017-1/roger.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/017-1/roger.txt b/npc/017-1/roger.txt
index 0cd85da62..bc8043b86 100644
--- a/npc/017-1/roger.txt
+++ b/npc/017-1/roger.txt
@@ -30,7 +30,11 @@ L_GetRead:
goto L_Poor;
Zeny = (Zeny-1);
mesc l("You are handed the Land of Fire Gazette. You look at the headline...");
- mesc l("...but it is written in Mananese, a language you know nothing about.");
+ if (!getskilllv(TMW2_ANCIENTLANGUAGES)) {
+ mesc l("...but it is written in Mananese, a language you know nothing about.");
+ } else {
+ mesc l("...but it is saying some stuff about a merge which happened literally eons ago.");
+ }
next;
mesc l("You toss the paper in the trash.");
close;