diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-05-08 18:32:04 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-05-08 18:32:04 +0300 |
| commit | 1584574267bae0ec4b0096ace7a7cbbe08787c05 (patch) | |
| tree | 912cd58e7e21c35c0afebe125e6badf69c12ed52 /src/mode.py | |
| parent | 9621f880a03337a8a252cf5cd3993d5a1a29969c (diff) | |
| download | Macpan-1584574267bae0ec4b0096ace7a7cbbe08787c05.tar.xz Macpan-1584574267bae0ec4b0096ace7a7cbbe08787c05.zip | |
Fixed a bug in inky's algorithms and also now the ghost reset to chase mode after pacman finishes his powerup
Diffstat (limited to 'src/mode.py')
| -rw-r--r-- | src/mode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.py b/src/mode.py index 9e7f572..b06bce5 100644 --- a/src/mode.py +++ b/src/mode.py @@ -5,3 +5,4 @@ class MODE(Enum): SCATTERED = 0 FRIGHETENED = 1 CHASING = 2 + EATEN = 3 |
