Fix bug #21914: allow drake walking corpse variation to move on unwalkable

This commit is contained in:
David Mikos 2014-04-17 05:44:08 +09:30
parent a0ae8255b2
commit 858286fad9
3 changed files with 5 additions and 0 deletions

View file

@ -93,6 +93,7 @@ Version 1.13.0-dev:
also the "game has begun" bell.
* Disable notifications preference now works in all platforms, not just DBUS.
* Fix bug in which blindfold could cause OOS.
* Fix bug #21914: allow drake walking corpse variation to move on unwalkable
Version 1.11.11:
* Add-ons server:

View file

@ -138,9 +138,11 @@
{UNIT_BODY_SOULLESS_GRAPHICS_NO_DEATH_ANIM soulless-drake}
[movement_costs]
deep_water=4
unwalkable=4
[/movement_costs]
[defense]
deep_water=90
unwalkable=90
[/defense]
[/variation]
[variation]

View file

@ -137,9 +137,11 @@
{UNIT_BODY_WALKING_CORPSE_STATS drakefoot 4 23}
[movement_costs]
deep_water=4
unwalkable=4
[/movement_costs]
[defense]
deep_water=90
unwalkable=90
[/defense]
[/variation]
[variation]