Implemented Tinybones, Trinket Thief

This commit is contained in:
Evan Kranzler 2020-06-21 22:14:03 -04:00
parent 9e8a5131ae
commit d74c2c8355
3 changed files with 130 additions and 1 deletions

View file

@ -20,7 +20,7 @@ public class LoseLifeOpponentsEffect extends OneShotEffect {
private DynamicValue amount;
public LoseLifeOpponentsEffect(int amount) {
publicLoseLifeOpponentsEffect(int amount) {
this(StaticValue.get(amount));
}