[contraband-cvs] CVS: contraband wizard.lisp,1.3,1.4
Status: Pre-Alpha
Brought to you by:
stig
|
From: Stig E S. <st...@us...> - 2003-07-27 13:49:29
|
Update of /cvsroot/contraband/contraband In directory sc8-pr-cvs1:/tmp/cvs-serv32248/variants/contraband Modified Files: wizard.lisp Log Message: minor thing Index: wizard.lisp =================================================================== RCS file: /cvsroot/contraband/contraband/wizard.lisp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wizard.lisp 18 Apr 2003 22:37:24 -0000 1.3 --- wizard.lisp 27 Jul 2003 13:49:25 -0000 1.4 *************** *** 33,36 **** --- 33,40 ---- )) + (define-key-operation 'cycle-water + #'(lambda (dungeon player) + )) + ;; just for testing (define-key-operation 'dummy-conversation |