home · contact · privacy
Make players non-blocking, but movement through them awkward.
[plomrogue2] / plomrogue / things.py
index 4cc3512cf82cc952f85e80ae9c35d00cd04538c5..98d056ac650508b239a284d84ee99cf40dc8b736 100644 (file)
@@ -433,7 +433,6 @@ class Thing_CookieSpawner(Thing):
 
 
 class ThingAnimate(Thing):
-    blocks_movement = True
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)