8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
|
#include "prc_x2_itemprop"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oTarget = GetFirstItemInInventory(GetLocalObject(OBJECT_SELF,"Forge"));
|
||
|
return (IPGetIsMeleeWeapon(oTarget) || (GetBaseItemType(oTarget) == BASE_ITEM_GLOVES));
|
||
|
}
|