Add volcanos to DRAKE_UNWALKABLE_TERRAINS, fixing bug #20485.

This commit is contained in:
J. Tyne 2013-02-08 16:40:58 +00:00
parent 793d19b3a8
commit e2d39ece5b
3 changed files with 3 additions and 1 deletions

View file

@ -89,6 +89,7 @@ Version 1.11.1+svn:
gold_carryover_string, and notes_string (all from the [objectives] tag) as
attributes that need to be made translatable
* Added -Wdocumentation to the CMake pedantic flags.
* Make drakes fly on volcano tiles (bug #20485).
Version 1.11.1:
* AI:

View file

@ -1099,7 +1099,7 @@
#enddef
#define DRAKE_UNWALKABLE_TERRAINS
!,Wwf,*^B*,!,W*,W*^V*,Chs,Chw,S*,S*^V*,Q*#enddef
!,Wwf,*^B*,!,W*,W*^V*,Chs,Chw,S*,S*^V*,Q*,Mv#enddef
#define DRAKE_STANDING_ANIM DRAKE_NAME
[standing_anim]

View file

@ -49,6 +49,7 @@ Version 1.11.1+svn:
* The undo stack is preserved across a save-reload.
* Fixed the present in-game command line autocompletion feature so it
actually works without using :debug.
* Make drakes fly on volcano tiles (bug #20485).
Version 1.11.1: