Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richimundus5 authored Jan 6, 2025
1 parent 247c4b5 commit 8485baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CK2ToEU4/Source/EU4World/Province/EU4Province.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void EU4::Province::initializeFromCK2(std::shared_ptr<CK2::Province> origProvinc
const mappers::ReligionMapper& religionMapper)
{
srcProvince = std::move(origProvince);
details.discoveredBy = {"eastern", "western", "muslim", "ottoman", "indian", "nomad_group", "east_african" "sub_saharan" "MGE"}; // hardcoding for now.
details.discoveredBy = {"eastern", "western", "muslim", "ottoman", "indian", "nomad_group", "MGE"}; // hardcoding for now.

// If we're initializing this from CK2 provinces, then having an owner or being a wasteland/sea is a given -
// there are no uncolonized provinces in CK2.
Expand Down Expand Up @@ -165,4 +165,4 @@ void EU4::Province::sterilize()
details.isCity = false;
// not clearing province modifiers! We're leaving great wonders right there.
// not touching dev, CoTs and similar!
}
}

0 comments on commit 8485baa

Please sign in to comment.