home · contact · privacy
Simplify Thing type differentiation, Furniture becomes Item.
[plomrogue2] / plomrogue / things.py
index 0f058f2af68822cf30650f667e5931a3e1f83562..0edf8fbed42a83363ad43d0012a4a1f74cd37685 100644 (file)
@@ -40,11 +40,6 @@ class Thing_Item(Thing):
 
 
 
-class Thing_Furniture(Thing):
-    symbol_hint = 'h'
-
-
-
 class ThingAnimate(Thing):
     blocking = True