From 6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 28 Jul 2023 17:35:41 -0300 Subject: Make sure you can challenge Blanc in hard mode if you clean it up once --- conf/map/battle/player.conf | 2 +- npc/006-10/logic.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index 34309fb..cead16c 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -81,7 +81,7 @@ fix_warp_hit_delay_abuse: true natural_healhp_interval: 2500 // The time interval for SP to restore naturally. (in milliseconds) -natural_healsp_interval: 30000 +natural_healsp_interval: 24000 // Automatic healing skill's time interval. (in milliseconds) natural_heal_skill_interval: 5000 diff --git a/npc/006-10/logic.txt b/npc/006-10/logic.txt index 7241d82..a56c66e 100644 --- a/npc/006-10/logic.txt +++ b/npc/006-10/logic.txt @@ -19,7 +19,7 @@ select l("Not yet."), l("Bring it on!"), - rif(is_gm(), l("Bring me, my worst nightmare.")); + rif(is_gm() || (##01_CRQUEST & MLP_CR_DEBUT), l("Bring me, my worst nightmare.")); mes ""; if (@menu == 1) { closeclientdialog; -- cgit v1.2.3-60-g2f50