[WOE] Implement Stockpiling Celebrant (#11012)

* [WOE] Implement Stockpiling Celebrant

* apply review -- fix the targetting
This commit is contained in:
Susucre 2023-08-26 16:25:44 +02:00 committed by GitHub
parent 4f72d69908
commit 13fa154a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 1 deletions

View file

@ -37,7 +37,7 @@ public class ReturnToHandChosenControlledPermanentCost extends CostImpl {
}
}
public ReturnToHandChosenControlledPermanentCost(ReturnToHandChosenControlledPermanentCost cost) {
private ReturnToHandChosenControlledPermanentCost(final ReturnToHandChosenControlledPermanentCost cost) {
super(cost);
}