mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 08:49:22 +07:00
Carrier must be a water ranged unit (#2267)
This commit is contained in:
@ -856,6 +856,7 @@
|
|||||||
"unitType": "WaterAircraftCarrier",
|
"unitType": "WaterAircraftCarrier",
|
||||||
"movement": 5,
|
"movement": 5,
|
||||||
"strength": 40,
|
"strength": 40,
|
||||||
|
"rangedStrength": 40,
|
||||||
"cost": 375,
|
"cost": 375,
|
||||||
"requiredTech": "Electronics",
|
"requiredTech": "Electronics",
|
||||||
"uniques": ["Can carry 2 aircraft"],
|
"uniques": ["Can carry 2 aircraft"],
|
||||||
|
@ -32,6 +32,7 @@ enum class UnitType{
|
|||||||
|| this == Siege
|
|| this == Siege
|
||||||
|| this == WaterRanged
|
|| this == WaterRanged
|
||||||
|| this == WaterSubmarine
|
|| this == WaterSubmarine
|
||||||
|
|| this == WaterAircraftCarrier
|
||||||
|| this == City
|
|| this == City
|
||||||
|| this.isAirUnit()
|
|| this.isAirUnit()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user