From c2d292e2cdc51693c07248f34b223906353f0d2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Jul 2024 23:37:50 -0300 Subject: Fix a typo on Tulimshar Inn which only gave 10 minutes, and Fairy Collector Shield --- npc/003-9/recepcionist.txt | 2 +- npc/017-1/fairy_collector.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index cb6a81c47..fc94014b0 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -28,7 +28,7 @@ if (askyesno() == ASK_YES && Zeny > .@price) { POL_PlayerMoney(.@price); percentheal 100, 100; - .@buff=(is_night() ? 15 : 10); + .@buff=(is_night() ? 20 : 15); SC_Bonus(900, SC_INCMHPRATE, .@buff, .@buff); // FIXME: We don't want stacking closeclientdialog; warp "003-9", 36, 47; diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index fa8532803..1eab1119f 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -216,7 +216,7 @@ L_Main: ///////////////////////////////////////////////////////////////////////// // Shields case 10: - setarray .@items, EnchantedHerbBag, Barrel, RoundLeatherShirt, LeatherShield, WoodenShield, BladeShield, BraknarShield, BritShield, BromenalShield, AncientShield, BlueKnightShield, SteelShield, DragonShield, SaviorShield; + setarray .@items, EnchantedHerbBag, Barrel, RoundLeatherShield, LeatherShield, WoodenShield, BladeShield, BraknarShield, BritShield, BromenalShield, AncientShield, BlueKnightShield, SteelShield, DragonShield, SaviorShield; .@power = 0; .@total = getarraysize(.@items); freeloop(true); -- cgit v1.2.3-70-g09d2