X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=1618ee65e49c07493fc2cc67f87a22045f4b998c;hb=e6a3ab3471ae5a2be10bd64d694eef462d7f7cf6;hp=0edf8fbed42a83363ad43d0012a4a1f74cd37685;hpb=866ac7e6f0714ef7a0d97cd85d03dcee1e38f50f;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 0edf8fb..1618ee6 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -18,6 +18,7 @@ class ThingBase: class Thing(ThingBase): blocking = False + protection = '.' def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)