diff options
-rw-r--r-- | npc/003-9/recepcionist.txt | 2 | ||||
-rw-r--r-- | 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); |