mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Taunt
This commit is contained in:
@@ -28,7 +28,7 @@ public class MustAttackEffect extends SpellAbilityEffect {
|
||||
if (sa.getParam("Defender").equals("Self")) {
|
||||
defender = host.toString();
|
||||
} else {
|
||||
// TODO - if more needs arise in the future
|
||||
defender = host.getController().toString();
|
||||
}
|
||||
|
||||
for (final Player player : tgtPlayers) {
|
||||
|
||||
Reference in New Issue
Block a user