diff --git a/trunk/newspellbook/moi_mld_astral.nss b/trunk/newspellbook/moi_mld_astral.nss index 3b1fba4d..3e22c73c 100644 --- a/trunk/newspellbook/moi_mld_astral.nss +++ b/trunk/newspellbook/moi_mld_astral.nss @@ -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); diff --git a/trunk/others/prc_hdarc_slam_c.UTI b/trunk/others/prc_hdarc_slam_c.UTI index acaef6a7..864cf487 100644 Binary files a/trunk/others/prc_hdarc_slam_c.UTI and b/trunk/others/prc_hdarc_slam_c.UTI differ diff --git a/trunk/others/prc_hdarc_slam_g.UTI b/trunk/others/prc_hdarc_slam_g.UTI index f9705cfc..3910f88b 100644 Binary files a/trunk/others/prc_hdarc_slam_g.UTI and b/trunk/others/prc_hdarc_slam_g.UTI differ diff --git a/trunk/others/prc_hdarc_slam_h.UTI b/trunk/others/prc_hdarc_slam_h.UTI index 696abf21..7b334442 100644 Binary files a/trunk/others/prc_hdarc_slam_h.UTI and b/trunk/others/prc_hdarc_slam_h.UTI differ diff --git a/trunk/others/prc_hdarc_slam_l.UTI b/trunk/others/prc_hdarc_slam_l.UTI index e0f9ca49..fac90fc0 100644 Binary files a/trunk/others/prc_hdarc_slam_l.UTI and b/trunk/others/prc_hdarc_slam_l.UTI differ diff --git a/trunk/others/prc_hdarc_slam_m.UTI b/trunk/others/prc_hdarc_slam_m.UTI index fd7999c3..e56331bd 100644 Binary files a/trunk/others/prc_hdarc_slam_m.UTI and b/trunk/others/prc_hdarc_slam_m.UTI differ diff --git a/trunk/others/prc_hdarc_slam_s.UTI b/trunk/others/prc_hdarc_slam_s.UTI index 1f645978..38037527 100644 Binary files a/trunk/others/prc_hdarc_slam_s.UTI and b/trunk/others/prc_hdarc_slam_s.UTI differ diff --git a/trunk/others/prc_hdarc_slam_t.UTI b/trunk/others/prc_hdarc_slam_t.UTI index 2e5a2ef0..52271e58 100644 Binary files a/trunk/others/prc_hdarc_slam_t.UTI and b/trunk/others/prc_hdarc_slam_t.UTI differ