mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[PIP] Implement Overencumbered
This commit is contained in:
parent
dcc721cc68
commit
6c2e7a3fd3
3 changed files with 125 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ public class BeginningOfCombatTriggeredAbility extends AtStepTriggeredAbility {
|
|||
return "At the beginning of combat on each player's turn, ";
|
||||
case ANY:
|
||||
return "At the beginning of each combat, ";
|
||||
case ENCHANTED:
|
||||
return "At the beginning of combat on enchanted player's turn, ";
|
||||
default:
|
||||
throw new UnsupportedOperationException("Unsupported TargetController in BeginningOfCombatTriggeredAbility: " + targetController);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue