mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-19 02:04:39 +00:00
combine battleship + destroyer => warship.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user