mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean doTrigger(boolean mandatory){
|
||||
return sa[0].doTrigger(mandatory);
|
||||
}
|
||||
|
||||
@Override
|
||||
public AbilityFactory getAbilityFactory()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user