From c06de3e0ee54c183fc8bb12c1fb5686694876eae Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 5 Mar 2023 19:10:49 -0800 Subject: Fix: many little bugs --- src/queries.lisp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/queries.lisp') 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." -- cgit v1.2.3