Page 1 of 1
1.4.8 Warding weapon bypasses disarm immunity
Posted: Tue Jan 03, 2017 12:56 pm
by Mankeli
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
Posted: Tue Jan 03, 2017 1:58 pm
by Mordy
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
Re: 1.4.8 Warding weapon bypasses disarm immunity
Posted: Wed Jan 04, 2017 12:11 am
by HousePet
DAMNIT