summaryrefslogtreecommitdiff
path: root/src/model.lisp
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-04-01 09:59:16 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-04-01 09:59:16 -0500
commit56a584ab1b13ff9510dd5145a778000169901a76 (patch)
tree87bc66e865da64f641152b64539bf6bbfc900218 /src/model.lisp
parent20e0bb168032e2e2aa95b08e2dbc9bedced62df3 (diff)
Add: aventure seers form
Diffstat (limited to 'src/model.lisp')
-rw-r--r--src/model.lisp3
1 files changed, 0 insertions, 3 deletions
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