improved description for Realm Razer to indicate that returned cards will be tapped

master
melvin 2013-01-12 11:10:33 +08:00
parent 2e1ba82aaa
commit a4283d7a03
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ public class Realm_Razer {
permanent.getController(),
this,
clist.size() > 1 ?
"Return exiled cards to the battlefield." :
"Return " + clist.get(0) + " to the battlefield."
"Return exiled cards to the battlefield tapped." :
"Return " + clist.get(0) + " to the battlefield tapped."
);
}
return MagicEvent.NONE;