- Fixing Targeting in Handler that I missed to tie together the other day

This commit is contained in:
jendave
2011-08-06 17:20:59 +00:00
parent 2724776ab2
commit cd3fcbb2ab

View File

@@ -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()
{ {