mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Implemented Weathered Bodyguards
This commit is contained in:
parent
5e37c1d93c
commit
3b0b923b7c
3 changed files with 133 additions and 0 deletions
|
|
@ -655,6 +655,10 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
this.blocked = blocked;
|
||||
}
|
||||
|
||||
public boolean getBlocked() {
|
||||
return blocked;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CombatGroup copy() {
|
||||
return new CombatGroup(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue