From 56a584ab1b13ff9510dd5145a778000169901a76 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 1 Apr 2023 09:59:16 -0500 Subject: Add: aventure seers form --- src/model.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/model.lisp') diff --git a/src/model.lisp b/src/model.lisp index f8d19bc..e44d3b9 100644 --- a/src/model.lisp +++ b/src/model.lisp @@ -157,9 +157,6 @@ (: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 -- cgit v1.2.3