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
This commit is contained in:
parent
2a62862299
commit
14c325c7bb
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ crisis_corvette = {
|
||||||
is_designable = no
|
is_designable = no
|
||||||
use_shipnames_from = corvette
|
use_shipnames_from = corvette
|
||||||
|
|
||||||
potential_construction = {
|
potential_country = {
|
||||||
always = no
|
always = no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ crisis_destroyer = {
|
||||||
is_designable = no
|
is_designable = no
|
||||||
use_shipnames_from = destroyer
|
use_shipnames_from = destroyer
|
||||||
|
|
||||||
potential_construction = {
|
potential_country = {
|
||||||
always = no
|
always = no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ crisis_cruiser = {
|
||||||
is_designable = no
|
is_designable = no
|
||||||
use_shipnames_from = cruiser
|
use_shipnames_from = cruiser
|
||||||
|
|
||||||
potential_construction = {
|
potential_country = {
|
||||||
always = no
|
always = no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue