All Long Blades Critical Hits Encounter Error

Issue #3036 resolved
exsanguination microtubules created an issue

Critical hits with long blades cause the following error: Cannot resolve skill type for LongBlades, this is because Combat's "MeleeAttackWithWeapon" event calls Skills.GetGenericSkill on the MeleeWeapon's Skill attribute, and there is no longer aXRL.World.Parts.Skill.LongBlade class, so reflection type resolution fails.

This also means that long blades are currently the only weapon with no special effect on critical hits.

Comments (4)

  1. Log in to comment