You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base.py is considerably out of form with the rest of the app right now, and has mixed responsibilities.
Base represents the main townhall building for each race, the hatchery, command center, or nexus. In addition to that, it also retains a record of how many workers it has, calculates income, and handles some logic regarding moving workers around.
The way that geysers are implemented should be redone, and we should try to simplify this file as much as possible to make it more readable.
The text was updated successfully, but these errors were encountered:
Base.py is considerably out of form with the rest of the app right now, and has mixed responsibilities.
Base represents the main townhall building for each race, the hatchery, command center, or nexus. In addition to that, it also retains a record of how many workers it has, calculates income, and handles some logic regarding moving workers around.
The way that geysers are implemented should be redone, and we should try to simplify this file as much as possible to make it more readable.
The text was updated successfully, but these errors were encountered: