mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Started working on individual boat stats. Already modified turning rate. Need to add a vsual component.
#story[1274]
This commit is contained in:
@@ -453,6 +453,7 @@ public class GameState implements Runnable {
|
||||
if (yacht.getPowerUp() != null) {
|
||||
if (yacht.getPowerUp().equals(TokenType.BOOST)) {
|
||||
// TODO: 11/09/17 wmu16 CHANGE THIS TO MAGIC NUMBER
|
||||
// TODO 22/09/17 kre39 change this magic number to a variable
|
||||
maxBoatSpeed *= 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user