diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/teleporter.txt | 2 | ||||
-rw-r--r-- | 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; } |