diff options
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 72eb9ec52..fa225c95f 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -113,7 +113,7 @@ OnInit: sellitem AnimalBones, -1, rand2(40)+$FIRESOFSTEAM-1; sellitem Milk, -1, rand2(50)+$FIRESOFSTEAM-1; sellitem Mashmallow, -1, rand2(50)+$FIRESOFSTEAM-1; - sellitem Dragonfruit, -1, rand2(50)+$FIRESOFSTEAM-1; + sellitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; sellitem Root, -1, 40+$FIRESOFSTEAM-1; sellitem ManaPiouFeathers, -1, rand2(300)+$FIRESOFSTEAM-1; @@ -206,7 +206,7 @@ OnClock2201: restoreshopitem AnimalBones, rand2(40)+$FIRESOFSTEAM-1; restoreshopitem Milk, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Mashmallow, rand2(50)+$FIRESOFSTEAM-1; - restoreshopitem Dragonfruit, rand2(50)+$FIRESOFSTEAM-1; + restoreshopitem Dragonfruit, 1200, rand2(50)+$FIRESOFSTEAM-1; restoreshopitem Root, 40+$FIRESOFSTEAM-1; restoreshopitem ManaPiouFeathers, rand2(300)+$FIRESOFSTEAM-1; end; |