summaryrefslogtreecommitdiff
path: root/src/model.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-07 19:15:12 -0800
committercolin <colin@cicadas.surf>2023-03-07 19:15:12 -0800
commitefa771e3cc363dae68b57dfcc5c67c511a1d3331 (patch)
tree99dc6c2b8770a6e0ae87fedf2ba99ac21bf83b7d /src/model.lisp
parente2a60e8d2b8e41bcd2c9a39d8e2210f701b92353 (diff)
Add: reporting rumors
Diffstat (limited to 'src/model.lisp')
-rw-r--r--src/model.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model.lisp b/src/model.lisp
index 381687e..e44d3b9 100644
--- a/src/model.lisp
+++ b/src/model.lisp
@@ -157,7 +157,7 @@
(: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."))
-(defclass rumor (db:store-object)
+(defclass rumor (game-object)
((reporter
:reader reporter
:initarg :reporter