Skip to content

Commit

Permalink
Panache feature logic fix (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuckle authored Jun 17, 2020
1 parent 690656d commit d5f806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swashbuckler/SwashbucklerFeats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static public void createFeats()
panache.Icon,
FeatureGroup.Feat,
Helpers.Create<IncreaseResourceAmount>(i => { i.Resource = panache_resource; i.Value = 2; }),
Helpers.PrerequisiteFeature(panache)
Helpers.PrerequisiteFeaturesFromList(new BlueprintFeature[] { Swashbuckler.panache, InspiredBlade.inspired_panache, FlyingBlade.flying_panache }, any: true)
);
extra_panache.Ranks = 10;

Expand Down

0 comments on commit d5f806c

Please sign in to comment.