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

DM S14 Smooth undead appearance and add dialogue #6429

Merged
merged 3 commits into from
Jan 16, 2022
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* The mercenary will now spawn in a less sudden way (issue #6183)
* Delfador’s Memoirs
* S07: Clarified objectives (issue #5608) and remove End Turn being required to trigger victory (issue #6173)
* S14: Smoother appearance of enemies and added dialogue (#6176)
* Descent into Darkness
* S08: Prevent possibility of Darken Volk advancing to Lich (issue #6351)
* Heir to the Throne
Expand Down
17 changes: 13 additions & 4 deletions data/campaigns/Delfadors_Memoirs/scenarios/14_Shadows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,19 @@
[/not]
[/filter_condition]

# do not allow an elvish victory before Delfador shows up

{NAMED_UNIT 2 (Draug) 42 3 Krumful _"Krumful" (facing=sw)}
{NAMED_UNIT 2 (Spectre) 42 2 Unhul _"Unhul" (facing=sw)}
# try to impede an elvish victory before Delfador shows up
[message]
speaker=Rudimil
message= _ "The elves have advanced much further than anticipated; Krumful, Unhul, arise!"
[/message]
{NAMED_UNIT 2 (Draug) 46 2 Krumful _"Krumful" (facing=sw)}
[+unit]
animate=yes
[/unit]
{NAMED_UNIT 2 (Spectre) 44 2 Unhul _"Unhul" (facing=sw)}
[+unit]
animate=yes
[/unit]
[/event]

[event]
Expand Down