X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new%2Fplomrogue%2Fthings.py;h=f4cc2aeeae689d788223d648407bb9c2215985d0;hp=112a1ce9449399700afe28e33b4f4c1a52990c8e;hb=073618f45f297b21e90390be06cafcd430cd4d62;hpb=6c37a16df7e55754ca89a9de0aaf49c3c778155e diff --git a/new/plomrogue/things.py b/new/plomrogue/things.py index 112a1ce..f4cc2ae 100644 --- a/new/plomrogue/things.py +++ b/new/plomrogue/things.py @@ -29,7 +29,12 @@ class Thing(ThingBase): class ThingItem(Thing): - type_ = 'item' + pass + + + +class ThingFood(ThingItem): + type_ = 'food'