Skip to content

Commit

Permalink
DM S14 Smooth undead appearance and add dialogue (wesnoth#6429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Descacharrado authored and Asheviere committed Feb 18, 2022
1 parent 9bfd773 commit 319d422
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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

0 comments on commit 319d422

Please sign in to comment.