TriggerTapsForMana.java support - seems to work!

This commit is contained in:
Northmoc
2020-09-19 17:29:21 -04:00
parent 2f2a903dc6
commit 007a8e8fba

View File

@@ -100,6 +100,9 @@ public class TriggerTapsForMana extends Trigger {
return false; return false;
} }
} }
if (!produced.contains(MagicColor.toShortString(this.getParam("Produced")))) {
return false;
}
} }
return true; return true;