mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Merge pull request #4277 from Northmoc/WHO-trap
WHO: the_toymakers_trap.txt + support
This commit is contained in:
@@ -1877,6 +1877,8 @@ public class AiController {
|
||||
} else {
|
||||
return options.get(0);
|
||||
}
|
||||
case ChooseNumber:
|
||||
return Aggregates.random(options);
|
||||
default:
|
||||
return options.get(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user