mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed the wording of the keyword: "If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.".
This commit is contained in:
@@ -56,7 +56,7 @@ public class DefaultPlayerZone extends PlayerZone implements java.io.Serializabl
|
||||
}
|
||||
|
||||
if (is(Zone.Graveyard)
|
||||
&& c.hasKeyword("When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.")) {
|
||||
&& c.hasKeyword("If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.")) {
|
||||
PlayerZone lib = c.getOwner().getZone(Constant.Zone.Library);
|
||||
lib.add(c);
|
||||
c.getOwner().shuffle();
|
||||
|
||||
Reference in New Issue
Block a user