Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duran55 authored and jncraton committed Jul 30, 2023
1 parent 155d901 commit 4691da7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/terran/managers/town_manager.pyai
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ multirun_loop:
defense_ground(Vulture)
if owned(Armory):
defense_air(Goliath)
if owned(Starport):
if enemyowns(Nexus):
defense_air(Wraith)
if enemyowns(Command Center):
defense_air(Wraith)
if enemyowns(Hatchery):
if owned(Armory):
defense_air(Valkyrie)
if enemyowns(Hatchery):
if owned(Starport):
if enemyowns(Nexus):
defense_air(Wraith)
if enemyowns(Command Center):
defense_air(Wraith)
if enemyowns(Hatchery):
if owned(Armory):
defense_air(Valkyrie)
if owned(Science Facility):
defense_ground(Science Vessel)
defense_air(Science Vessel)
Expand Down

0 comments on commit 4691da7

Please sign in to comment.