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

Prevent Legion Teleporter from casting multiple portals at once #3110

Closed YakaryBovine closed 3 months ago

YakaryBovine commented 3 months ago

Legion Teleporter Slipstreams now all share a cooldown. Once the user has created a portal, they cannot create any more until they cancel the existing one using the Close Portal button. This prevents a difficult pathing issue that occurs when two portals occupy a similar location at once.

Closes #3050