From 0241ae905eb21fbcdde2cffe630e4c4c43081992 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Oct 2019 19:40:48 -0300 Subject: Baktar now accepts more items --- npc/020-4/baktar.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/020-4') diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 1d9762545..2158f58c9 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -164,7 +164,11 @@ OnInit: .TULIMITEM = htnew; htput(.TULIMITEM, str(DesertHat), 1); htput(.TULIMITEM, str(SerfHat), 2); - //htput(.TULIMITEM, str(Dagger), 4); + htput(.TULIMITEM, str(IronShovel), 4); + htput(.TULIMITEM, str(SilkRobe), 8); + htput(.TULIMITEM, str(FishBox), 16); + htput(.TULIMITEM, str(CroconutBox), 32); + htput(.TULIMITEM, str(PlushroomBox), 64); end; } -- cgit v1.2.3-70-g09d2