diff --git a/boxes/generators/castle.py b/boxes/generators/castle.py index eabadcc..a91dfd9 100644 --- a/boxes/generators/castle.py +++ b/boxes/generators/castle.py @@ -20,6 +20,8 @@ from boxes import * class Castle(Boxes): "Castle tower with two walls" + description = """This was done as a table decoration. May be at some point in the future someone will create a proper castle +with towers and gates and walls that can be attached in multiple configurations.""" ui_group = "Unstable" def __init__(self):