X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=2c12cf283e41cc5b788d37c35d1fabe23225ba17;hb=ed297e4e19f8a83872d6345b86321e10aec019d4;hp=31820541a7ad46a51a76b8a07bf2f412d3b39267;hpb=c7a3af00680ba0449310bbb7336a187dd4ed6bcf;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 3182054..2c12cf2 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -163,6 +163,19 @@ class Thing_BottleSpawner(ThingSpawner): +class Thing_Hat(Thing): + symbol_hint = 'H' + portable = True + design = ' X X ===' + + + +class Thing_HatSpawner(ThingSpawner): + child_type = 'Hat' + + + + import datetime class Thing_MusicPlayer(Thing): symbol_hint = 'R'