Skip to content

Commit

Permalink
Add Goliath range upgrade (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
duran55 committed Oct 6, 2023
1 parent dee9722 commit 079bb86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/terran/managers/tech_manager.pyai
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ build_finish(1, Starport)
build_finish(1, Science Facility)
if enemyowns(hatchery):
tech(Irradiate, 30)

wait(2500)
upgrade(2, Vehicle Plating, 80)
upgrade(2, Vehicle Weapons, 80)
upgrade(1, Charon Booster, 150)

wait(5000)
upgrade(3, Vehicle Plating, 80)
upgrade(3, Vehicle Weapons, 80)
Expand All @@ -85,4 +88,4 @@ upgrade(2, Ship Plating, 80)
wait(4000)
upgrade(3, Ship Weapons, 80)
upgrade(3, Ship Plating, 80)
stop()
stop()

0 comments on commit 079bb86

Please sign in to comment.