mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[C21] update Ruxa, Patient Professor text
This commit is contained in:
parent
a46dbf602f
commit
009f699343
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ class RuxaPatientProfessorEffect extends AsThoughEffectImpl {
|
|||
|
||||
RuxaPatientProfessorEffect() {
|
||||
super(AsThoughEffectType.DAMAGE_NOT_BLOCKED, Duration.WhileOnBattlefield, Outcome.Damage);
|
||||
this.staticText = "you may have creatures you control with no abilities " +
|
||||
"assign their combat damage as though they weren't blocked";
|
||||
this.staticText = "for each creature you control with no abilities, you may have " +
|
||||
"that creature assign its combat damage as though it weren't blocked.";
|
||||
}
|
||||
|
||||
private RuxaPatientProfessorEffect(RuxaPatientProfessorEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue