mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Adapted the DigEffect implementation of Explore until the effect is fully converted and it can be removed.
This commit is contained in:
@@ -170,7 +170,7 @@ public class DigEffect extends SpellAbilityEffect {
|
|||||||
// TODO: until Explore is written as a separate effect, this param can be used to emulate "X Explores"
|
// TODO: until Explore is written as a separate effect, this param can be used to emulate "X Explores"
|
||||||
// by firing the relevant trigger. Once Explores is a separate effect, this code can be removed.
|
// by firing the relevant trigger. Once Explores is a separate effect, this code can be removed.
|
||||||
final Map<String, Object> runParams = Maps.newHashMap();
|
final Map<String, Object> runParams = Maps.newHashMap();
|
||||||
runParams.put("Explorer", sa.getHostCard());
|
runParams.put("Card", sa.getHostCard());
|
||||||
game.getTriggerHandler().runTrigger(TriggerType.Explores, runParams, false);
|
game.getTriggerHandler().runTrigger(TriggerType.Explores, runParams, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user