home · contact · privacy
Turn players into non-light-blockers.
[plomrogue2] / plomrogue / things.py
index 021412a1e61bc8f8467c751d40a394bb2245aac6..0dced0da0a612b1c10248c3ba8f9eef52e057a72 100644 (file)
@@ -410,7 +410,6 @@ class Thing_CookieSpawner(Thing):
 
 class ThingAnimate(Thing):
     blocks_movement = True
-    blocks_light = True
     drunk = 0
 
     def __init__(self, *args, **kwargs):