Fix bug #21914: allow drake walking corpse variation to move on unwalkable
This commit is contained in:
parent
a0ae8255b2
commit
858286fad9
3 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue