X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=inline;f=plomrogue%2Fthings.py;h=116ad696338ffea4fae46fc579426f8e6489048f;hb=04230c463dc78b92adfe0f1a432117e349aa771e;hp=53837e36194b9479454500381153e67cff8f5248;hpb=88c8acab582aeb25735d86b78defe28441439cba;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 53837e3..116ad69 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -182,6 +182,7 @@ class Thing_HatRemixer(Thing): new_design += random.choice(list(legal_chars)) hat.design = new_design self.sound('HAT REMIXER', 'remixing a hat …') + self.game.changed = True