From 14c325c7bb1e4f99a62b3482b97304000ff43291 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Mon, 17 Jun 2024 10:00:12 -0400 Subject: [PATCH] fix(no menacing ships): `potential_construction` --> `potential_country` in `nms_crisis_ships.txt` this prevents Menacing ships from being visible (but unbuildable) in the Fleet Manager --- No Menacing Ships/common/ship_sizes/nms_crisis_ships.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/No Menacing Ships/common/ship_sizes/nms_crisis_ships.txt b/No Menacing Ships/common/ship_sizes/nms_crisis_ships.txt index b85ede3..fbb7c71 100644 --- a/No Menacing Ships/common/ship_sizes/nms_crisis_ships.txt +++ b/No Menacing Ships/common/ship_sizes/nms_crisis_ships.txt @@ -30,7 +30,7 @@ crisis_corvette = { is_designable = no use_shipnames_from = corvette - potential_construction = { + potential_country = { always = no } @@ -87,7 +87,7 @@ crisis_destroyer = { is_designable = no use_shipnames_from = destroyer - potential_construction = { + potential_country = { always = no } @@ -144,7 +144,7 @@ crisis_cruiser = { is_designable = no use_shipnames_from = cruiser - potential_construction = { + potential_country = { always = no }