summaryrefslogtreecommitdiff
path: root/src/queries.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-05 19:10:49 -0800
committercolin <colin@cicadas.surf>2023-03-05 19:10:49 -0800
commitc06de3e0ee54c183fc8bb12c1fb5686694876eae (patch)
tree6d99f667a50f5481791bd624dfab83a2792f897d /src/queries.lisp
parenta366144c49a8a69722a422f401622a76d3076b8e (diff)
Fix: many little bugs
Diffstat (limited to 'src/queries.lisp')
-rw-r--r--src/queries.lisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/queries.lisp b/src/queries.lisp
index c657979..1816c5c 100644
--- a/src/queries.lisp
+++ b/src/queries.lisp
@@ -13,10 +13,6 @@
"Return a list of campaigns one of the players' heroes is involved in."
(mapcar #'campaign (player-quests player) ))
-(defun campaign-heroes (campaign)
- ""
- )
-
(defun campaign-heros (campaign &key (activep t))
"All the heros actively involved in this CAMPAIGN. If ACTIVEP, then
only the active quest(s) are considered, otherwise all quests are considered."