Skip to content

Commit

Permalink
DM S13 Fix bug: Chantal moves properly
Browse files Browse the repository at this point in the history
 When last seen Chantal was south-west. Have her enter from that direction and run directly to Kalenz. Originally, she appeared in the middle, ran left, ran right, bumped into the edge and stopped; and, usually, Kalenz would be far away from there.
  • Loading branch information
GregoryLundberg committed Oct 20, 2016
1 parent 4079814 commit a509035
Showing 1 changed file with 9 additions and 8 deletions.
Expand Up @@ -226,15 +226,16 @@
[/else]
[/switch]

[move_unit_fake]
type=$chantal_store.type
side=1
x=29,23,31,33,35,38
y= 7, 7, 7, 7, 7, 9
[/move_unit_fake]

{CHANTAL_RETURNS 38 9}
{CHANTAL_RETURNS 1 14}
{MAKE_HERO Chantal}
[store_unit]
variable=kalenz
[filter]
id=Kalenz
[/filter]
[/store_unit]
{MOVE_UNIT (id=Chantal) "$kalenz.x" "$kalenz.y"}
{CLEAR_VARIABLE kalenz}

{INCIDENTAL_MUSIC love_theme.ogg}
[message]
Expand Down

0 comments on commit a509035

Please sign in to comment.