summaryrefslogtreecommitdiff
path: root/src/model.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model.lisp')
-rw-r--r--src/model.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model.lisp b/src/model.lisp
index e44d3b9..f8d19bc 100644
--- a/src/model.lisp
+++ b/src/model.lisp
@@ -157,6 +157,9 @@
(:metaclass db:persistent-class)
(:documentation "A adventure is a container of quests. Adventures are expected to be engaged with on a particular schedule, and are run by particular people."))
+(defun adventure-seers (adventure)
+ (cons (creator adventure) (seers adventure)))
+
(defclass rumor (game-object)
((reporter
:reader reporter