From aaf135d2e9664b3035672ae25942165a024e5147 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:17:29 -0300 Subject: Add roots to shop --- npc/029-0/event.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50