Fix Solphim, Mayhem Dominus' ability text

This commit is contained in:
PurpleCrowbar 2023-02-15 18:44:14 +00:00
parent 12841d9b4b
commit bf1dced876

View file

@ -59,8 +59,8 @@ class SolphimMayhemDominusEffect extends ReplacementEffectImpl {
SolphimMayhemDominusEffect() {
super(Duration.WhileOnBattlefield, Outcome.Benefit);
staticText = "if a source you control would deal noncombat damage to a permanent or player, " +
"it deals double that damage that permanent or player instead";
staticText = "if a source you control would deal noncombat damage to an opponent or a permanent an opponent controls, " +
"it deals double that damage to that player or permanent instead";
}
SolphimMayhemDominusEffect(final SolphimMayhemDominusEffect effect) {