mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
rollback unsafe changes
This commit is contained in:
@@ -17,7 +17,6 @@ import forge.game.card.Card;
|
|||||||
import forge.game.player.Player;
|
import forge.game.player.Player;
|
||||||
import forge.game.spellability.SpellAbility;
|
import forge.game.spellability.SpellAbility;
|
||||||
import forge.util.Localizer;
|
import forge.util.Localizer;
|
||||||
import forge.util.CardTranslation;
|
|
||||||
|
|
||||||
public class AssignGroupEffect extends SpellAbilityEffect {
|
public class AssignGroupEffect extends SpellAbilityEffect {
|
||||||
|
|
||||||
@@ -51,7 +50,7 @@ public class AssignGroupEffect extends SpellAbilityEffect {
|
|||||||
Multimap<SpellAbility, GameObject> result = ArrayListMultimap.create();
|
Multimap<SpellAbility, GameObject> result = ArrayListMultimap.create();
|
||||||
|
|
||||||
for (GameObject g : defined) {
|
for (GameObject g : defined) {
|
||||||
final String title = Localizer.getInstance().getMessage("lblChooseAbilityForObject", CardTranslation.getTranslatedName(((Card)g).getName()));
|
final String title = Localizer.getInstance().getMessage("lblChooseAbilityForObject", g.toString());
|
||||||
Map<String, Object> params = Maps.newHashMap();
|
Map<String, Object> params = Maps.newHashMap();
|
||||||
params.put("Affected", g);
|
params.put("Affected", g);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user