From da0ac378a72a46687b8be288b407964136eec6f0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jul 2019 19:19:51 -0300 Subject: We cannot lose the joke here! --- npc/017-1/roger.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/017-1') 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; -- cgit v1.2.3-60-g2f50