X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=0dced0da0a612b1c10248c3ba8f9eef52e057a72;hb=cd0fee3d91d70525d7d4f434985abad6ea73faf0;hp=021412a1e61bc8f8467c751d40a394bb2245aac6;hpb=e9188b469ca75643cea9dbfd49e7400d060ca06a;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 021412a..0dced0d 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -410,7 +410,6 @@ class Thing_CookieSpawner(Thing): class ThingAnimate(Thing): blocks_movement = True - blocks_light = True drunk = 0 def __init__(self, *args, **kwargs):