- M14: Added Artificer's Hex

This commit is contained in:
swordshine
2013-07-09 04:06:12 +00:00
parent 5ad15655a9
commit 23c8590123

View File

@@ -929,7 +929,7 @@ public class AttachAi extends SpellAbilityAi {
// at some point can support attaching a different card
// Don't equip if already equipping
if (attachSource.getEquippingCard() != null && attachSource.getEquippingCard().getController() == aiPlayer) {
if (attachSource.getEquippingCard() != null && attachSource.getEquippingCard().getController() == aiPlayer || attachSource.hasSVar("DontEquip")) {
return null;
}