mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixing Targeting in Handler that I missed to tie together the other day
This commit is contained in:
@@ -316,6 +316,11 @@ public class TriggerHandler {
|
|||||||
return sa[0].copy();
|
return sa[0].copy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean doTrigger(boolean mandatory){
|
||||||
|
return sa[0].doTrigger(mandatory);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AbilityFactory getAbilityFactory()
|
public AbilityFactory getAbilityFactory()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user