If it helps, the bug appears to be a typo in a condition in the tiddler="Wardrobe" element:
if $passage == "Change Apearance"
should be
if $passage == "Change Appearance"
If anyone is comfortable making edits to the downloaded html, that is all you need to do to get the code to work is just change all instances of the word "Apearance" to "Appearance"