From 71699fe291bf0c1dfb7182870a2de2d158d01f29 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:19:43 -0300 Subject: Bullets are too expensive --- npc/029-0/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/029-0') diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index ca37457bd..c1505a02c 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -97,7 +97,7 @@ OnInit: sellitem ArcmageBoxset, 10000, 4; sellitem ScholarshipBadge, -1, 3; - sellitem Bullet, -1, 90000; + sellitem Bullet, 4, 90000; sellitem Lifestone, -1, 800; sellitem Bread, -1, 750; sellitem Cheese, -1, 400; @@ -180,7 +180,7 @@ OnClock1801: restoreshopitem ArcmageBoxset, 10000, 4; restoreshopitem ScholarshipBadge, 3; restoreshopitem Lifestone, 800; - restoreshopitem Bullet, 90000; + restoreshopitem Bullet, 4, 90000; restoreshopitem Bread, 750; restoreshopitem Cheese, 400; restoreshopitem Aquada, 200; -- cgit v1.2.3-70-g09d2