mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
RevealEffect reveal to all when random
This commit is contained in:
@@ -88,7 +88,7 @@ public class RevealEffect extends SpellAbilityEffect {
|
||||
}
|
||||
}
|
||||
|
||||
if (sa.hasParam("RevealToAll")) {
|
||||
if (sa.hasParam("RevealToAll") || sa.hasParam("Random")) {
|
||||
game.getAction().reveal(revealed, p, false,
|
||||
sa.getParamOrDefault("RevealTitle", ""));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user