Skip to content

Commit

Permalink
updated keybindings for roguelike, qwertz, dvorak options
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Toole committed Dec 14, 2009
1 parent 4b96bf2 commit e95fd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest/player.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
(hit-points :initform (make-stat :base 30 :min 0 :max 30))
(hunger :initform (make-stat :base 0 :min 0 :max 1000))
(hunger-damage-clock :initform 0)
(soaked :initform (make-stat :base 0 :min 0 :max 10))
(wetness :initform (make-stat :base 0 :min 0 :max 10))
(freezing :initform (make-stat :base 0 :min 0 :max 1000))
(freezing-damage-clock :initform 0)
(hearing-range :initform 1000)
Expand Down

0 comments on commit e95fd77

Please sign in to comment.