WIP: Yachts now power up upon collecting an item

Power up is speed boost x2 multiplier
Lasts 10 seconds
Do not stack

#story[1250]
This commit is contained in:
William Muir
2017-08-29 22:11:37 +12:00
parent 0d0b2e59d5
commit 4bd7291a4a
4 changed files with 42 additions and 13 deletions
@@ -18,5 +18,4 @@ public class Token extends GeoPoint {
public TokenType getTokenType() {
return tokenType;
}
}