mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 02:15:40 +00:00
ai doesnt try to nuke sams
This commit is contained in:
@@ -360,7 +360,7 @@ export class FakeHumanExecution implements Execution {
|
||||
case UnitType.Port:
|
||||
return 10_000;
|
||||
case UnitType.SAMLauncher:
|
||||
return 5_000;
|
||||
return -1_000_000;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user