summaryrefslogtreecommitdiff
path: root/world/map/npc/items/underworld_troll.txt
blob: afa22f6fe0a0bc88a3eee3156ce84d6fb17eb1f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function|script|UnderworldTroll
{
    if (getequipid(equip_hand1) != KidBook) goto L_Return;
    bonus bStr, 10;
    bonus bAtkRange, 1;
    goto L_Return;

L_Return:
    return;
}