Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
8
_module/nss/ldf_isweapon.nss
Normal file
8
_module/nss/ldf_isweapon.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "x2_inc_itemprop"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oTarget = GetFirstItemInInventory(GetLocalObject(OBJECT_SELF,"Forge"));
|
||||
return (IPGetIsRangedWeapon(oTarget) || IPGetIsMeleeWeapon(oTarget) ||
|
||||
(GetBaseItemType(oTarget) == BASE_ITEM_GLOVES));
|
||||
}
|
Reference in New Issue
Block a user