1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-07 13:01:06 -09:00

changes requested by theelk801

This commit is contained in:
BlueElectivire 2021-06-29 01:57:45 +03:00
parent f5b28c9609
commit a6e675f253

View file

@ -85,7 +85,7 @@ class CrownOfAweEffect extends OneShotEffect {
public CrownOfAweEffect() {
super(Outcome.Benefit);
this.staticText = "Sacrifice Crown of Awe: Enchanted creature and other creatures that share a creature type with it gain protection from black and from red until end of turn.";
this.staticText = "Sacrifice {this}: Enchanted creature and other creatures that share a creature type with it gain protection from black and from red until end of turn.";
}
public CrownOfAweEffect(final CrownOfAweEffect effect) {