X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=iflib.lisp;h=cfa4d1e358467ee3334024ef4b4ec904a57b4260;hb=c338b0c290278eeb10844d69faca93b4fc36a79b;hp=853d89d22a1b94182d99650ab67cbc9c0a181900;hpb=e4d49c347b683ad27be42750e0d9117384fb6c23;p=lifp.git diff --git a/iflib.lisp b/iflib.lisp index 853d89d..cfa4d1e 100644 --- a/iflib.lisp +++ b/iflib.lisp @@ -27,7 +27,7 @@ :u-to :d-to :cant-go :*intscope* :*outscope* :*location* :*trace-light* :*vowels* :*score* :*gamestate* :*turns* :*dark* - :add-to-scope :add-to-outscope :found-in :seen-from + :add-to-scope :add-to-outscope :found-in :seen-from :with-keys :compass :dir-n :dir-ne :dir-e :dir-se :dir-s :dir-sw :dir-w :dir-nw :dir-u :dir-d :dir-in :dir-out :darkness :lit :transparent :passable @@ -81,8 +81,8 @@ (defparameter *player* nil "Current player object (will be initialised later)") -(declare-predicate add-to-scope add-to-outscope found-in seen-from) - +(declare-predicate add-to-scope add-to-outscope found-in seen-from + with-keys) ;;Library file names (defvar *library-file-if* "if.fas")