mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Fix 'chosen' spelling (#9021)
This commit is contained in:
parent
74a16d179f
commit
9084180937
26 changed files with 103 additions and 103 deletions
|
|
@ -556,7 +556,7 @@ public class CardView extends SimpleCardView {
|
|||
}
|
||||
}
|
||||
|
||||
// show for modal spell, which mode was choosen
|
||||
// show for modal spell, which mode was chosen
|
||||
if (spell.getSpellAbility().isModal()) {
|
||||
for (UUID modeId : spell.getSpellAbility().getModes().getSelectedModes()) {
|
||||
Mode mode = spell.getSpellAbility().getModes().get(modeId);
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ public class StackAbilityView extends CardView {
|
|||
getRules().add("<i>Related objects: " + names + "</i>");
|
||||
}
|
||||
|
||||
// show for modal ability, which mode was choosen
|
||||
// show for modal ability, which mode was chosen
|
||||
if (ability.isModal()) {
|
||||
Modes modes = ability.getModes();
|
||||
for (UUID modeId : modes.getSelectedModes()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue