Using Longwar 15d2 In the DGC, I activated the following (and commented out the item version) ;Pistol slot arc thrower mod substitute line; comment out eItem_ArcThrower line above and uncomment this one to activate it
Weapons=( strName="", iType=eItem_ArcThrower, ABILITIES[0]=eAbility_ShotStun, ABILITIES[1]=0, ABILITIES[2]=0, ABILITIES[3]=0, ABILITIES[4]=0, ABILITIES[5]=0, Properties[0]=eWP_Anyclass, Properties[1]=eWP_NoReload, Properties[2]=eWP_CantReact, Properties[3]=eWP_Secondary, Properties[4]=eWP_Backpack, Properties[5]=eWP_Pistol,iDamage=0,iEnvironmentDamage=0, iRange=27, iReactionRange=30, iReactionAngle=200, iRadius=0, iCritical=0, iOffenseBonus=0, iSuppression=0, iSize=eItemSize_Small, iHPBonus=0, iWillBonus=0 );
The problem is that when I equipped a Covert Operative with Arc in the Pistol slot, the soldier model has its arms stretched out and is completely immobile and attempoting to perform any action gets the whole game stuck. Short of losing the Operative by not extracting it and not doing that again, how would I fix the above code to not cause that problem?