Original Post — Direct link
over 5 years ago - /u/HjartaLoL - Direct link

Heya folks.

We just micropatched a temporary fix for this, so this should no longer happen.

What happened here in simplified terms is that the little legends are tagged in a specific way in the game as being "usable" in addition to another tag to make it not interactable in gameplay terms: "untargetable". Generally, being untargetable here means you can't really interact with it from a gameplay point of view and it's the reason why Cho'gath can't eat the little legends, and why yuumi can't attach to them.

However, the reason why the LL's are also tagged as "Useable" is so you can left click to interact/tickle them (They'll play a cute lil' animation).

So why did it happen? The three champions (Jax, Lee Sin, and Katarina) that could interact with them from a gameplay perspective have specific permissions to interact with units that have both tags (untargetable, usable). This is exactly what allows them to jump to Thresh's lantern!

Unfortunately, the least risky temporary fix that won't potentially mess with the three champions on SR involves disabling the usable game tag on companions, making it so you can't left click to interact with them, but fixes the issue.

We'll follow-up with a more permanent solution soon that allows you to pet your little legends , and without the bug.

Thanks for the patience everyone! :)

over 5 years ago - /u/HjartaLoL - Direct link

Originally posted by xadamxk

Well that’s actually a pretty cool summary. Thanks for the more technical explanation.

Glad you liked it!

over 5 years ago - /u/HjartaLoL - Direct link

Originally posted by RaccoonDu

Can't the 3 champ's be coded with an if then and else format? If X is a LL, then they can't jump to them, else, they can? Of course it's not as simple as that, but along those lines? I would hate for the interaction to be disabled, and I'm not a great coder by any means, but maybe this can be on the right track?

That's somewhat similar to what we first tried at first in the sense we tried to add exclusion statements, but Katarina is magnitudes more complex than Lee sin and Jax for that exclusionary functionality to work. Unfortunately, if we were to give her this exclusionary statement, her E actually searches for the nearest target, and if it is a LL, the would not fire at all but this also consumes the spell entirely without anything actually happening. That we can't fix without massive changes to how Katarina works, which is extremely risky to micropatch without testing and preparation.

We decided that the best way to fix this temporarily with the minimal amount of risk was to disable the useable tag.