mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Another small fix
This commit is contained in:
parent
a7514fc671
commit
b035c436d5
1 changed files with 3 additions and 0 deletions
|
|
@ -566,6 +566,9 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
if (attackers.contains(creatureId)) {
|
||||
attackers.remove(creatureId);
|
||||
result = true;
|
||||
if (attackerOrder.contains(creatureId)) {
|
||||
attackerOrder.remove(creatureId);
|
||||
}
|
||||
} else if (blockers.contains(creatureId)) {
|
||||
blockers.remove(creatureId);
|
||||
result = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue