X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=plomrogue%2Fthings.py;h=98d056ac650508b239a284d84ee99cf40dc8b736;hb=a87fff596af07090497fc16c429c4df739f0c3d9;hp=4cc3512cf82cc952f85e80ae9c35d00cd04538c5;hpb=6a16b94fff101209e90ce93ee53847d84a25da5c;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 4cc3512..98d056a 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -433,7 +433,6 @@ class Thing_CookieSpawner(Thing): class ThingAnimate(Thing): - blocks_movement = True def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)