Skip to content

Commit

Permalink
Fix bug #21914: allow drake walking corpse variation to move on unwal…
Browse files Browse the repository at this point in the history
…kable
  • Loading branch information
Coffee-- committed Apr 16, 2014
1 parent a0ae825 commit 858286f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions data/core/units/undead/Corpse_Soulless.cfg
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions data/core/units/undead/Corpse_Walking.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit 858286f

Please sign in to comment.