|
@ -21,7 +21,7 @@ public class Cell { |
|
|
this.type = "empty"; |
|
|
this.type = "empty"; |
|
|
gameManager.score += 100; |
|
|
gameManager.score += 100; |
|
|
int timeStopPillEffect = gameManager.time + 200; |
|
|
int timeStopPillEffect = gameManager.time + 200; |
|
|
//ghost.triggerPillEffect(timeStopPillEffect); |
|
|
|
|
|
|
|
|
gameManager.ghostIsEdible = true; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void triggerFruit() { |
|
|
public void triggerFruit() { |
|
|