X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.js?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=0dced0da0a612b1c10248c3ba8f9eef52e057a72;hb=6861e33d8edc80a8d1cf0244b6938620cc9a2991;hp=021412a1e61bc8f8467c751d40a394bb2245aac6;hpb=08ec4530a77f65da7bee3fd60a1c8ca6d06b8760;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):