Vote: replace hidden keywords with timestamped properties

This commit is contained in:
Hans Mackowiak
2020-03-19 06:22:44 +00:00
committed by Michael Kamensky
parent d35a2cdead
commit 33d83dc0c5
20 changed files with 258 additions and 82 deletions

View File

@@ -1181,7 +1181,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
@Override
public Object vote(final SpellAbility sa, final String prompt, final List<Object> options,
final ListMultimap<Object, Player> votes) {
final ListMultimap<Object, Player> votes, Player forPlayer) {
return getGui().one(prompt, options);
}