summaryrefslogtreecommitdiff
path: root/src/model.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.lisp')
-rw-r--r--src/model.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/model.lisp b/src/model.lisp
index f64e28f..381687e 100644
--- a/src/model.lisp
+++ b/src/model.lisp
@@ -144,6 +144,11 @@
:initarg :title
:initform (error "A adventure needs a title")
:type string)
+ (description
+ :accessor description
+ :initarg :description
+ :initform ""
+ :type string)
(rumors
:accessor rumors
:initform nil