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

Echo duplicate doesn't inherit OW1 abilities #1494

Open MaxwellJung opened 11 months ago

MaxwellJung commented 11 months ago

In GitLab by @MaxwellJung on Oct 14, 2023, 21:27

MaxwellJung commented 4 months ago

There is a way to allow echo to inherit workshop rules for other heroes, but it's bad for server load

Ciach0 commented 4 months ago

Can't you just use @Hero echo | @Condition eventPlayer.getHeroOfDuplication() == Hero.[hero] and copy/paste the rules for echo?