summaryrefslogtreecommitdiff
path: root/world/map/npc/items/underworld_troll.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/underworld_troll.txt')
-rw-r--r--world/map/npc/items/underworld_troll.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/underworld_troll.txt b/world/map/npc/items/underworld_troll.txt
index afa22f6f..6a9d8740 100644
--- a/world/map/npc/items/underworld_troll.txt
+++ b/world/map/npc/items/underworld_troll.txt
@@ -1,6 +1,6 @@
function|script|UnderworldTroll
{
- if (getequipid(equip_hand1) != KidBook) goto L_Return;
+ if (getequipid(equip_hand1) != KidBook) && (getequipid(equip_hand1) != FloydBook) goto L_Return;
bonus bStr, 10;
bonus bAtkRange, 1;
goto L_Return;