1.4.8 Warding weapon bypasses disarm immunity
Moderator: Moderator
1.4.8 Warding weapon bypasses disarm immunity
100 % disarm immunity, message log shows something about enemy mindslayer warding against my attack and my char gets disarmed.
Re: 1.4.8 Warding weapon bypasses disarm immunity
Indeed. The "Weapon Warding" buff checks 'target:canBe("disarmed")' but the real test should be 'target:canBe("disarm")'. If you pass canBe something it doesn't know about, it always answers "true"
Maybe the canBe function should assert or at least make a warning if you pass it something it doesn't know about to prevent such mistakes. Or maybe it should default to "false" which would be more obvious for the talent coder that something isn't working :p
Maybe the canBe function should assert or at least make a warning if you pass it something it doesn't know about to prevent such mistakes. Or maybe it should default to "false" which would be more obvious for the talent coder that something isn't working :p
Re: 1.4.8 Warding weapon bypasses disarm immunity
DAMNIT
My feedback meter decays into coding. Give me feedback and I make mods.