From 009f6993434debb5b6c0a63bef5312dee436607a Mon Sep 17 00:00:00 2001 From: theelk801 Date: Wed, 19 Apr 2023 20:52:26 -0400 Subject: [PATCH] [C21] update Ruxa, Patient Professor text --- Mage.Sets/src/mage/cards/r/RuxaPatientProfessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/r/RuxaPatientProfessor.java b/Mage.Sets/src/mage/cards/r/RuxaPatientProfessor.java index 23c1f5c425a..2c9c6ba61c5 100644 --- a/Mage.Sets/src/mage/cards/r/RuxaPatientProfessor.java +++ b/Mage.Sets/src/mage/cards/r/RuxaPatientProfessor.java @@ -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) {