From 34260e1b0189bfb2c28a86a07e9ffb50e3d6d6c1 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 29 Dec 2020 15:18:37 +0100 Subject: [PATCH] Castle: Actually add description --- boxes/generators/castle.py | 2 ++ 1 file changed, 2 insertions(+) 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):