mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Minor commit for testing
#story[1293]
This commit is contained in:
@@ -382,8 +382,8 @@ public class GameState implements Runnable {
|
||||
|
||||
//Get a random token location with random type
|
||||
Token token = allTokens.get(random.nextInt(allTokens.size()));
|
||||
token.assignRandomType();
|
||||
token.assignType(TokenType.WIND_WALKER);
|
||||
// token.assignRandomType();
|
||||
token.assignType(TokenType.BUMPER);
|
||||
|
||||
logger.debug("Spawned token of type " + token.getTokenType());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user