From 755f879d8d487aa0bf86421743560fa688d4cd5e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 11 Mar 2021 13:24:13 -0300 Subject: Food shop for the alliance guy --- npc/029-0/event.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index a72c8bf4f..79d22bb2d 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -94,6 +94,9 @@ OnInit: sellitem ArcmageBoxset, 10000, 4; sellitem Bullet, -1, 90000; + sellitem Bread, -1, 750; + sellitem Cheese, -1, 400; + sellitem Aquada, -1, 200; if (gettime(7) != 2021) disablenpc .name$; @@ -136,6 +139,9 @@ OnClock1201: restoreshopitem ArcmageBoxset, 10000, 4; restoreshopitem Bullet, 90000; + restoreshopitem Bread, 750; + restoreshopitem Cheese, 400; + restoreshopitem Aquada, 200; end; OnMinute02: -- cgit v1.2.3-70-g09d2