forked from External/mage
[KLD] various text fixes
This commit is contained in:
parent
83713f36d0
commit
cc8ddbfd7c
40 changed files with 249 additions and 230 deletions
|
|
@ -51,7 +51,7 @@ public class PreventAllDamageToPlayersEffect extends PreventionEffectImpl {
|
|||
}
|
||||
sb.append("damage that would be dealt to players");
|
||||
if (duration == Duration.EndOfTurn) {
|
||||
sb.append(" this turn");
|
||||
sb.append(" this turn");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue