mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Implemented Tinybones, Trinket Thief
This commit is contained in:
parent
9e8a5131ae
commit
d74c2c8355
3 changed files with 130 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class LoseLifeOpponentsEffect extends OneShotEffect {
|
|||
|
||||
private DynamicValue amount;
|
||||
|
||||
public LoseLifeOpponentsEffect(int amount) {
|
||||
publicLoseLifeOpponentsEffect(int amount) {
|
||||
this(StaticValue.get(amount));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue