summaryrefslogtreecommitdiff
path: root/src/game/quest.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/quest.lisp')
-rw-r--r--src/game/quest.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/quest.lisp b/src/game/quest.lisp
index ab1b9a7..bb0d680 100644
--- a/src/game/quest.lisp
+++ b/src/game/quest.lisp
@@ -31,6 +31,9 @@
;;; HELPERS
+(defun quest-startedp (quest)
+ (quest-inception quest))
+
;;; QUERIES
(defun player-quests (player)
@@ -39,6 +42,10 @@
;;; TRANSACTIONS
+(defun create-quest-from-rumors (adventure name rumors)
+ ;; TBD
+ )
+
;;; MODEL VIEWS
(defrender :link-to ((quest quest))