summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/020-4/baktar.txt6
1 files changed, 5 insertions, 1 deletions
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;
}