From 187fce76197031dba1112bd6023b41166f039f3e Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 6 Mar 2023 19:44:53 -0800 Subject: Add: adventure creation --- src/model.lisp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/model.lisp') 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 -- cgit v1.2.3