From 7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Tue, 7 Nov 2023 13:17:21 -0400 Subject: Added Imperial Bow to nobow_item.txt --- world/map/npc/items/nobow_item.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/world/map/npc/items/nobow_item.txt b/world/map/npc/items/nobow_item.txt index a518fdf4..b9065292 100644 --- a/world/map/npc/items/nobow_item.txt +++ b/world/map/npc/items/nobow_item.txt @@ -11,6 +11,8 @@ function|script|NoBowItem // Bows which are not allowed if (countitem("BansheeBow") > 0) goto L_Abort; + if (countitem("ImperialBow") > 0) + goto L_Abort; if (countitem("DesertBow") > 0) goto L_Abort; if (countitem("ForestBow") > 0) -- cgit v1.2.3-60-g2f50