Skip to content

Commit

Permalink
Further fix to the Northwards to the Sea event
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Oct 28, 2015
1 parent 566f25f commit e41752d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/grand_strategy/germanic_events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ local GermanicEvents = {
and GetProvinceUnitQuantity("Brandenburg", "unit-germanic-warrior") >= 6 -- event only happens if player has enough warriors to successfully attack the province
and ProvinceHasBorderWith(WorldMapProvinces.Brandenburg, WorldMapProvinces.Mecklenburg)
and ProvinceHasBorderWith(WorldMapProvinces.Mecklenburg, WorldMapProvinces.Holstein)
and ProvinceHasBorderWith(WorldMapProvinces.Holstein, WorldMapProvinces.Jutland)
and ProvinceHasBorderWith(WorldMapProvinces.Holstein, WorldMapProvinces.Schleswig)
and ProvinceHasBorderWith(WorldMapProvinces.Schleswig, WorldMapProvinces.Jutland)
and GetProvinceOwner("Jutland") ~= EventFaction.Name
and (GetProvinceOwner("Jutland") == "" or GetFactionFromName(GetProvinceOwner("Jutland")).Civilization == "basque")
-- and SyncRand(100) < 50
Expand Down

0 comments on commit e41752d

Please sign in to comment.