Skip to content

Commit

Permalink
Improved Jessene's unmasking cutscene
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-zookeeper committed Oct 25, 2016
1 parent d825832 commit 3e08eed
Showing 1 changed file with 20 additions and 14 deletions.
Expand Up @@ -135,8 +135,8 @@
type=$lady_store.type
side=1
gender=female
x=8,8,8,8,8,7,7,6,6
y=30,29,28,27,26,26,25,24,23,22
x=8,7,6
y=30,26,22
[/move_unit_fake]

{VARIABLE lady_store.x 6}
Expand Down Expand Up @@ -248,10 +248,14 @@
message= _ "Bah, have it your way!"
[/message]

[kill]
x,y=$lady_store.x,$lady_store.y
fire_event=no
[/kill]
[animate_unit]
[filter]
id=Lady Outlaw
[/filter]

flag=levelout
with_bars=yes
[/animate_unit]

[unit]
id=Lady Jessene
Expand All @@ -262,8 +266,9 @@
variation=unmasked
side=1
x,y=$lady_store.x,$lady_store.y
placement=map_overwrite
facing=$lady_store.facing
experience=$lady_store.experience
moves=$lady_store.moves
overlays=misc/hero-icon.png
random_traits=no
profile=portraits/jessica.png
Expand All @@ -272,15 +277,16 @@
[/modifications]
[/unit]

{CLEAR_VARIABLE lady_store}
[animate_unit]
[filter]
id=Lady Jessene
[/filter]

[scroll_to_unit]
id=Lady Jessene
[/scroll_to_unit]
flag=levelin
with_bars=yes
[/animate_unit]

[delay]
time=1500
[/delay]
{CLEAR_VARIABLE lady_store}

[message]
speaker=Lady Jessene
Expand Down

0 comments on commit 3e08eed

Please sign in to comment.