X-Git-Url: https://plomlompom.com/repos/template?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=0edf8fbed42a83363ad43d0012a4a1f74cd37685;hb=7385c037c0acb54c06fc7919b5b85548c09f8d65;hp=0f058f2af68822cf30650f667e5931a3e1f83562;hpb=4c6a61c986e10761f9e99692cdb2dd2cd4474633;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 0f058f2..0edf8fb 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -40,11 +40,6 @@ class Thing_Item(Thing): -class Thing_Furniture(Thing): - symbol_hint = 'h' - - - class ThingAnimate(Thing): blocking = True