Skip to content

Commit

Permalink
small cargo base speed is 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Sep 3, 2018
1 parent 4777c46 commit e09f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smallCargo.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func newSmallCargo() *smallCargo {
s.ShieldPower = 10
s.WeaponPower = 5
s.CargoCapacity = 5000
s.BaseSpeed = 5000
s.BaseSpeed = 10000
s.FuelConsumption = 10
s.RapidfireFrom = map[ID]int{BattlecruiserID: 3, HeavyFighterID: 3, DeathstarID: 250}
s.RapidfireAgainst = map[ID]int{EspionageProbeID: 5, SolarSatelliteID: 5}
Expand Down

0 comments on commit e09f1f0

Please sign in to comment.