Skip to content

Commit

Permalink
Eisenwerke fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Jan 7, 2024
1 parent f9d5a11 commit c3972ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions common/company_types/dufour_company_types.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ludwig von Roll'schen Eisenwerke
# Ludwig von Roll'sche Eisenwerke
dufour_company_von_roll = {
icon = "gfx/interface/icons/company_icons/dufour_company_von_roll_icon.dds"
background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"
Expand All @@ -13,20 +13,16 @@ dufour_company_von_roll = {
potential = {
OR = {
has_state_in_state_region = STATE_WEST_SWITZERLAND
has_state_in_state_region = STATE_EAST_SWITZERLAND
}
}

possible = {
any_scope_state = {
OR = {
has_state_in_state_region = STATE_WEST_SWITZERLAND
has_state_in_state_region = STATE_EAST_SWITZERLAND
}
state_region = s:STATE_WEST_SWITZERLAND
is_incorporated = yes
any_scope_building = {
is_building_type = building_steel_mills
level >= 10
level >= 5
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion localization/english/1_update_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,4 @@
notification_curtiss_time_record_broken_notification_desc: "[SCOPE.sCountry('curtiss_record_breaking_country').MakeScope.GetVariable('curtiss_balloonist_var').GetCharacter.GetFullName] the Balloonist from [SCOPE.sCountry('curtiss_record_breaking_country').GetName] broke our Continuous Flight World Record. The New Record is [GetGlobalVariable('curtiss_balloon_distance_record_global_var').GetValue|V0] Hours."

### DUFOUR ###
dufour_company_von_roll: "Ludwig von Roll'schen Eisenwerke"
dufour_company_von_roll: "Ludwig von Roll'sche Eisenwerke"

0 comments on commit c3972ce

Please sign in to comment.