mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Creeping Chill
This commit is contained in:
parent
34e40febb8
commit
ba8b2a609a
3 changed files with 77 additions and 1 deletions
|
|
@ -54,8 +54,9 @@ public class DoIfCostPaid extends OneShotEffect {
|
|||
this.optional = effect.optional;
|
||||
}
|
||||
|
||||
public void addEffect(Effect effect) {
|
||||
public DoIfCostPaid addEffect(Effect effect) {
|
||||
executingEffects.add(effect);
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue