Method DecrementRemainingFeatUses
DecrementRemainingFeatUses(NwFeat, int)
Decrements the remaining number of uses of a particular feat for this creature by the specified amount.
You must have at least one feat use remaining to be able to decrement it.
Passive feats, and feats that can be used unlimited times per day, cannot be decremented or suppressed.
public void DecrementRemainingFeatUses(NwFeat feat, int amount = 1)