You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions to make peace (DayDiplomacy_040_WarEngine._makePeace) and break an alliance (DayDiplomacy_040_WarEngine._breakAlliance) do not work in their current form. This is because they are missing the second component of the lookup when checking for a "1" or a "-1".
So, lines 151-152 read
The second statement in all those lines needs an addition component, because the 1 and -1 are set against the opposing system. So, instead, they should look like this:
The functions to make peace (DayDiplomacy_040_WarEngine._makePeace) and break an alliance (DayDiplomacy_040_WarEngine._breakAlliance) do not work in their current form. This is because they are missing the second component of the lookup when checking for a "1" or a "-1".
So, lines 151-152 read
and lines 185-186 read
The second statement in all those lines needs an addition component, because the 1 and -1 are set against the opposing system. So, instead, they should look like this:
The text was updated successfully, but these errors were encountered: