From 8dc185c291a10458ca9c40cba84281fd9f99f08d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 Sep 2019 17:53:21 -0300 Subject: Polishing --- npc/003-0-1/audsbel.txt | 2 +- npc/021-4/main.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt index 3f992d54f..82db5e436 100644 --- a/npc/003-0-1/audsbel.txt +++ b/npc/003-0-1/audsbel.txt @@ -104,7 +104,7 @@ L_Main: mesq l("There's also Morgan, who lives in Candor. She is a Redy, and is married with Zitoni. They are great alchemists."); next; mesn; - mesq l("By last, there was the Blue Sage, living on Nivalis... I never met him."); + mesq l("By last, there was the Blue Sage, living on Nivalis... I never met him outside the Council."); next; mesn; mesq l("As you see, you can count the mages with the fingers of one hand. It's not just Mana Magic, either - Magic in overall is almost dead, with almost every Mana Stone on the power of the Monster King."); diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 457363a8a..d09fb3e39 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -47,7 +47,7 @@ function script CindySwitch_Check_214 { specialeffect(FX_SUCCESS); setnpcdisplay .name$, NPC_SWITCH_ONLINE; initnpctimer; - .@r=rand(0,100); + .@r=rand2(0,100); getmapxy(.@m$, .@x, .@y,0); if (.@r < 90) monster .@m$, .@x, .@y, "Yeti", Yeti, rand2(4,6); -- cgit v1.2.3-60-g2f50