Castle: Actually add description

This commit is contained in:
Florian Festi 2020-12-29 15:18:37 +01:00
parent 09bbfcac66
commit 34260e1b01
1 changed files with 2 additions and 0 deletions

View File

@ -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):