summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-28 23:37:50 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-28 23:37:50 -0300
commitc2d292e2cdc51693c07248f34b223906353f0d2f (patch)
tree90752740008bb9007785814e140ba88ca4400995
parent81d1a6ab5b900b5489bc37b51b936851a1f67103 (diff)
downloadserverdata-c2d292e2cdc51693c07248f34b223906353f0d2f.tar.gz
serverdata-c2d292e2cdc51693c07248f34b223906353f0d2f.tar.bz2
serverdata-c2d292e2cdc51693c07248f34b223906353f0d2f.tar.xz
serverdata-c2d292e2cdc51693c07248f34b223906353f0d2f.zip
Fix a typo on Tulimshar Inn which only gave 10 minutes, and Fairy Collector Shield
-rw-r--r--npc/003-9/recepcionist.txt2
-rw-r--r--npc/017-1/fairy_collector.txt2
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);