mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Minor fixes. Only one person can have wind walker now. Tokens spawn at 30s rather than 15
#story[1293]
This commit is contained in:
@@ -360,7 +360,7 @@ public class GameState implements Runnable {
|
||||
private void spawnNewToken() {
|
||||
tokensInPlay.clear();
|
||||
Token token = randomSpawn.getRandomTokenLocation();
|
||||
token.assignType(TokenType.WIND_WALKER);
|
||||
// token.assignType(TokenType.WIND_WALKER);
|
||||
logger.debug("Spawned token of type " + token.getTokenType());
|
||||
tokensInPlay.add(token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user