mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed Commander combat damage
This commit is contained in:
@@ -634,7 +634,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
}
|
||||
}
|
||||
|
||||
if(source.isCommander())
|
||||
if(source.isCommander() && isCombat)
|
||||
{
|
||||
if(!commanderDamage.containsKey(source))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user