blob: 6a9d8740d1e2c2964e79197da2c3f27ce1f2df1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
function|script|UnderworldTroll
{
if (getequipid(equip_hand1) != KidBook) && (getequipid(equip_hand1) != FloydBook) goto L_Return;
bonus bStr, 10;
bonus bAtkRange, 1;
goto L_Return;
L_Return:
return;
}
|