AzerothWarsLR / WarcraftLegacies

This is a complete rewrite of the Warcraft 3 map Azeroth Wars: Legacy Reborn written in C#.
MIT License
12 stars 7 forks source link

Revisit fel horde demon gates #2761

Open vampirika opened 5 months ago

vampirika commented 5 months ago

Forced options for demon gates removes player agency, so the units spawned from gates should be buffed / changed to offer valid options. Potentially lower cost of gates early, higher late OR keep higher cost of demon gate to promote later use of gates and reduce unit lag.

YakaryBovine commented 5 months ago

@vampirika Important to note that the change to limited options was made to fix a bug: https://github.com/AzerothWarsLR/WarcraftLegacies/issues/2034

The bug was that the limit on gates could be ignored by upgrading multiple gates simultaneously. If we revert that in any sense, the bug will need to be tackled a different way.