Fix bug #21914: allow drake walking corpse variation to move on unwalkable
This commit is contained in:
parent
2396ccacb8
commit
e586dd3203
3 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,7 @@ Version 1.11.12+dev:
|
|||
code to mp_connect::process_network_data
|
||||
* Disable notifications should now work for other desktops besides KDE.
|
||||
* Fix bug in blindfold which could cause OOS.
|
||||
* Fix bug #21914: allow drake walking corpse variation to move on unwalkable
|
||||
|
||||
Version 1.11.12:
|
||||
* AI:
|
||||
|
|
|
@ -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