mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Vote: replace hidden keywords with timestamped properties
This commit is contained in:
committed by
Michael Kamensky
parent
d35a2cdead
commit
33d83dc0c5
@@ -486,7 +486,7 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Object vote(SpellAbility sa, String prompt, List<Object> options, ListMultimap<Object, Player> votes) {
|
||||
public Object vote(SpellAbility sa, String prompt, List<Object> options, ListMultimap<Object, Player> votes, Player forPlayer) {
|
||||
return chooseItem(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user