LoT_PRC8/_module/nss/dm_isweapon2.nss

8 lines
288 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
#include "dm_inc_forge"
int StartingConditional()
{
object oTarget = GetFirstItemInInventory(GetObjectByTag("omegaforge" + GetStringRight(GetTag(OBJECT_SELF),1)));
return (IPGetIsMeleeWeapon(oTarget) || (GetBaseItemType(oTarget) == BASE_ITEM_GLOVES) || dmIsCEPMelee(oTarget));
}