From d3d1c75c4019b5cd67dc74e30d8831161e8849b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Feb 2021 22:29:41 -0300 Subject: Correct a few errors typos and "balance style" --- npc/025-1/teleporter.txt | 2 +- npc/025-1/yuko.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/025-1/teleporter.txt b/npc/025-1/teleporter.txt index a7476dddc..4fee0519f 100644 --- a/npc/025-1/teleporter.txt +++ b/npc/025-1/teleporter.txt @@ -7,7 +7,7 @@ // PS. Anise => “Aisen” Anagram -018-5,40,115,0 script #WarpGateFort NPC_HIDDEN,1,0,{ +025-1,40,115,0 script #WarpGateFort NPC_HIDDEN,1,0,{ end; OnTouch: diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index 0fa7449ec..39b7ed010 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -38,14 +38,14 @@ OnInit: end; OnClock1149: + restoreshopitem ThornAmmoBox, 5; + restoreshopitem PileOfAsh, 800, 25; OnClock2359: restoreshopitem HomunResetPotion, 5; restoreshopitem PurificationPotion, 20; restoreshopitem AtroposMixture, 50; - restoreshopitem ThornAmmoBox, 5; restoreshopitem PoisonAmmoBox, 10; restoreshopitem CursedAmmoBox, 15; - restoreshopitem PileOfAsh, 800, 25; end; } -- cgit v1.2.3-70-g09d2