Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttT S6: Cancel attacks, support alt cave entrance #3459

Merged
merged 3 commits into from Sep 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -454,6 +454,9 @@
speaker=Reglok
message= _ "Let’s expel these invaders! Today, the city is ours again!"
[/message]

# Allow the player to cancel attack orders
[cancel_action][/cancel_action]
[/event]
[/command]
[/option]
Expand Down Expand Up @@ -699,11 +702,11 @@
# Konrad's troops reach Muff Jaanal's citadel.

[event]
name=moveto
name=enter_hex
[filter]
side=1
x=16-17
y=5-6
x=12-13,16-17
y= 3-4, 5-6
[/filter]

[message]
Expand Down Expand Up @@ -758,6 +761,9 @@
x=22
y=2
[/scroll_to_unit]

# Allow the player to cancel attack orders
[cancel_action][/cancel_action]
[/event]

{campaigns/Heir_To_The_Throne/utils/deaths.cfg}
Expand Down