Overwatch-1-Emulator / ow1-emulator

OverPy source code for "Overwatch 1 Emulator" Workshop gamemode
https://workshop.codes/KHTG0
BSD 2-Clause "Simplified" License
9 stars 9 forks source link

Sombra Initialization Bug #1597

Open PomfPomfPluff opened 1 month ago

PomfPomfPluff commented 1 month ago

Sometimes when you pick Sombra you sometimes get to use Virus and new Translocator alongside your old abilities.

arvrianmaybe commented 1 month ago

yeah, is just an initiliaze issue im trying to find a way to fix it. I assume yours applys on new rounds cause that happened to me.

MaxwellJung commented 1 month ago

There's also similar issue on hog where you can sometimes use your pig open

MaxwellJung commented 1 month ago

I think issue's caused by asynchronous initialization

arvrianmaybe commented 1 month ago

There's also similar issue on hog where you can sometimes use your pig open

I'm pretty sure this applies to every hero that overwrite there abilities such as orisa which fully overwrites her kit, doomfist doesn't apply cause the only thing that jt does is his powerblock which we still use nonetheless.