Skip to content

Commit

Permalink
got tests working again
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed May 9, 2012
1 parent 0a5f6c6 commit 34fb699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests.lisp
Expand Up @@ -23,7 +23,9 @@
(defun test-attack ()
(let ((attacker (make-body 'humanoid))
(defender (make-body 'humanoid))
(weapon (select-item "dagger")))
(weapon (select-item "dagger"))
(room (make-instance 'game-room)))
(move-to-room defender room)
(attack attacker defender weapon)
(look defender)))

Expand Down

0 comments on commit 34fb699

Please sign in to comment.