diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:17:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:17:29 -0300 |
commit | aaf135d2e9664b3035672ae25942165a024e5147 (patch) | |
tree | 7e750c624f2e64027af5bd87a60a59498cf513b3 /npc | |
parent | 707f26c9a44bc2394f1c7cc7743b1ff483284ea3 (diff) | |
download | serverdata-aaf135d2e9664b3035672ae25942165a024e5147.tar.gz serverdata-aaf135d2e9664b3035672ae25942165a024e5147.tar.bz2 serverdata-aaf135d2e9664b3035672ae25942165a024e5147.tar.xz serverdata-aaf135d2e9664b3035672ae25942165a024e5147.zip |
Add roots to shop
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: |