Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Correctly read the abolish slavery act
Browse files Browse the repository at this point in the history
  • Loading branch information
kratostatic committed Aug 4, 2017
1 parent 7cf96ed commit 4d34b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EU4toV2/Source/V2World/V2Reforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ V2Reforms::V2Reforms(const V2Country* dstCountry, const EU4Country* srcCountry)
upperHouseEffects(dstCountry);
governmentEffects(dstCountry);

if (srcCountry->hasModifier("the_abolish_slavery_act"))
if ((srcCountry->hasModifier("the_abolish_slavery_act")) || (srcCountry->hasModifier("abolish_slavery_act")))
{
slavery += 1;
}
Expand Down

0 comments on commit 4d34b66

Please sign in to comment.