mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
C17 added Seth's Tiger.
This commit is contained in:
parent
884b6919c4
commit
7e8dcef120
4 changed files with 366 additions and 238 deletions
|
|
@ -1829,7 +1829,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
MageObject sourceObject = game.getObject(sourceId);
|
||||
game.informPlayers(damage + " damage "
|
||||
+ (sourceObject == null ? "" : "from " + sourceObject.getLogName())
|
||||
+ "to " + getLogName()
|
||||
+ " to " + getLogName()
|
||||
+ (damage > 1 ? " were" : "was") + " prevented because of protection.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue