Skip to content

Commit

Permalink
forest
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Toole committed Dec 9, 2009
1 parent af64b02 commit a8d365d
Show file tree
Hide file tree
Showing 24 changed files with 325 additions and 63 deletions.
2 changes: 1 addition & 1 deletion cells.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ world or have a location."

(define-method attack cell (target)
(if (null <attacking-with>)
[>>say :narrator"No attack method specified."]
[>>say :narrator "No attack method specified."]
(let* ((weapon [equipment-slot self <attacking-with>])
(target-cell [resolve self target])
(target-name (field-value :name target-cell)))
Expand Down
Binary file added forest/arrows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified forest/body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified forest/debris.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified forest/forest.fasl
Binary file not shown.
Loading

0 comments on commit a8d365d

Please sign in to comment.