mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Goblin Game and Menacing Ogre
This commit is contained in:
@@ -789,6 +789,9 @@ public class PlayerControllerHuman extends PlayerController {
|
||||
}
|
||||
switch(sa.getApi()) {
|
||||
case ChooseNumber:
|
||||
if (sa.hasParam("SecretlyChoose")) {
|
||||
return value;
|
||||
}
|
||||
final boolean random = sa.hasParam("Random");
|
||||
return String.format(random ? "Randomly chosen number for %s is %s" : "%s choses number: %s", mayBeYou(target), value);
|
||||
case FlipACoin:
|
||||
|
||||
Reference in New Issue
Block a user