Castle: Actually add description
This commit is contained in:
parent
09bbfcac66
commit
34260e1b01
|
@ -20,6 +20,8 @@ from boxes import *
|
||||||
class Castle(Boxes):
|
class Castle(Boxes):
|
||||||
"Castle tower with two walls"
|
"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"
|
ui_group = "Unstable"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue