mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
- Adapted the DigEffect implementation of Explore until the effect is fully converted and it can be removed.
git-svn-id: http://svn.slightlymagic.net/forge/trunk@35722 269b9781-a132-4a9b-9d4e-f004f1b56b58
This commit is contained in:
parent
3518dba4de
commit
88746936a9
@ -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"
|
||||
// by firing the relevant trigger. Once Explores is a separate effect, this code can be removed.
|
||||
final Map<String, Object> runParams = Maps.newHashMap();
|
||||
runParams.put("Explorer", sa.getHostCard());
|
||||
runParams.put("Card", sa.getHostCard());
|
||||
game.getTriggerHandler().runTrigger(TriggerType.Explores, runParams, false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user