diff --git a/src/controller/Cashflow.java b/src/controller/Cashflow.java index a0546fe..1099cfb 100644 --- a/src/controller/Cashflow.java +++ b/src/controller/Cashflow.java @@ -43,7 +43,7 @@ public void play() { // TODO Play method // Get player whose turn it is - // Check down sized (check if player's downsize counter is 0) + // Check down sized (check if player's down size counter is 0) // Check charity (Check if charity counter is 0) // Roll dice // Move player (Have to wrap tiles to next tile after last tile is the beginning)