removed hint from Dauthi Embrace and Shadow Rift as often you want to give

shadow to opponent's creatures to prevent them from blocking

fixes issue 284.
master
melvin 2012-08-30 11:58:36 +08:00
parent 0515100643
commit bd6275b6c3
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class Dauthi_Embrace {
return new MagicEvent(
source,
source.getController(),
MagicTargetChoice.POS_TARGET_CREATURE,
MagicTargetChoice.TARGET_CREATURE,
MagicShadowTargetPicker.getInstance(),
MagicEvent.NO_DATA,
this,

View File

@ -22,7 +22,7 @@ public class Shadow_Rift {
return new MagicEvent(
cardOnStack.getCard(),
cardOnStack.getController(),
MagicTargetChoice.POS_TARGET_CREATURE,
MagicTargetChoice.TARGET_CREATURE,
MagicShadowTargetPicker.getInstance(),
new Object[]{cardOnStack,cardOnStack.getController()},
this,