Fixed Astral Vambraces not binding to the hand chakras

Fixed Astral Vambraces not binding to the hand chakras.
This commit is contained in:
Jaysyn904 2023-06-27 17:41:21 -04:00
parent a959f826be
commit 522ebeedf9
8 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void main()
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, SupernaturalEffect(eLink), oMeldshaper, 9999.0);
IPSafeAddItemProperty(GetPCSkin(oMeldshaper), ItemPropertyBonusFeat(IP_CONST_MELD_ASTRAL_VAMBRACES), 9999.0, X2_IP_ADDPROP_POLICY_KEEP_EXISTING);
if (GetIsMeldBound(oMeldshaper) == CHAKRA_TOTEM)
if (GetIsMeldBound(oMeldshaper) == CHAKRA_HANDS)
{
string sResRef = "prc_hdarc_slam_";
int nSize = PRCGetCreatureSize(oMeldshaper);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.