From 26133939e3d16eaf59702e9285a49e6ab2767b2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 22:20:31 -0300 Subject: Remove Desert Bow. Replace with Elfic Bow as planned. Minor updates on code comments. --- npc/001-8/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-8/hub.txt') diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1ef55a05c..c48e50204 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -42,7 +42,7 @@ case 4: makeitem(rand(BronzeGladius,Scythe), 1, "001-8", .@x, .@y); break; case 5: - makeitem(rand(WoodenBow, DesertBow), 1, "001-8", .@x, .@y); break; + makeitem(rand(WoodenBow, ElficBow), 1, "001-8", .@x, .@y); break; case 6: makeitem(rand(WoodenBow, ShortBow), 1, "001-8", .@x, .@y); break; case 7: -- cgit v1.2.3-70-g09d2