combine battleship + destroyer => warship.

This commit is contained in:
Evan
2025-02-02 14:31:30 -08:00
parent af0d6a289a
commit c109d23f9f
14 changed files with 159 additions and 403 deletions
+1 -2
View File
@@ -567,8 +567,7 @@ export class PlayerImpl implements Player {
return this.nukeSpawn(targetTile);
case UnitType.Port:
return this.portSpawn(targetTile);
case UnitType.Destroyer:
case UnitType.Battleship:
case UnitType.Warship:
return this.warshipSpawn(targetTile);
case UnitType.Shell:
return targetTile;