Unit.SetHasPromotion Question

Enginseer

Salientia of the Community Patch
Supporter
Joined
Nov 7, 2012
Messages
3,674
Location
Somewhere in California
I know this function code works in the Fall of Rome scenario for giving Western Roman Legions the "barbarian recruitment" promotion using this snippet.
Code:
pUnit:SetHasPromotion(iPromotionID, true);
But does this same statement removes the promotion?
Code:
pUnit:SetHasPromotion(iPromotionID, false);
 
Back
Top Bottom