Skip to content

Commit

Permalink
media-copying
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Toole committed Dec 14, 2009
1 parent e71605b commit 3722f81
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
12 changes: 12 additions & 0 deletions forest/MEDIA-COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The Roguelike game "Sanctuary" is (C) Copyright 2009 by David O'Toole.

The media files (*.png images, *.wav and *.ogg sounds) included with
this game (in the subdirectory forest/) are provided to you under the
terms of the Creative Commons Attribution-Noncommercial-No Derivative
Works 3.0 United States License. The full text of the license is here:

http://creativecommons.org/licenses/by-nc-nd/3.0/us/

THIS LICENSE PROHIBITS DERIVATIVE WORKS OF THE "SANCTUARY" MEDIA
FILES. COMMERCIAL USE OF THE "SANCTUARY" MEDIA FILES IS ALSO
PROHIBITED.
2 changes: 1 addition & 1 deletion forest/enemy.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(bow-reload-clock :initform 0)
(max-items :initform (make-stat :base 3))
(stepping :initform t)
(speed :initform (make-stat :base 1))
(speed :initform (make-stat :base 2))
(movement-cost :initform (make-stat :base 5))
(attacking-with :initform :left-hand)
(equipment-slots :initform '(:left-hand :right-hand :belt :extension :feet))
Expand Down
5 changes: 0 additions & 5 deletions forest/forest.org
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
** TODO faster skel archers with better vision
** TODO hungry/soaked/freezing display in status
** TODO rose found in the forest
** TODO [#A] make wolves less annoying
** TODO more herbs on dead bodies'
** TODO more skeletons
** TODO archer skeletons
*** TODO both new skeleton tiles
** TODO [#A] fix 100% cpu usage
*** WAITING talk to luke
** TODO rest and shelter
Expand Down

0 comments on commit 3722f81

Please sign in to comment.