diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-0/event.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 4968696ec..ca37457bd 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -114,6 +114,7 @@ OnInit: sellitem Milk, -1, rand2(50); sellitem Mashmallow, -1, rand2(50); sellitem Dragonfruit, -1, rand2(50); + sellitem Root, -1, 40; if (gettime(7) != 2021) disablenpc .name$; @@ -195,6 +196,7 @@ OnClock1801: restoreshopitem Milk, rand2(50); restoreshopitem Mashmallow, rand2(50); restoreshopitem Dragonfruit, rand2(50); + restoreshopitem Root, 40; end; OnMinute02: |