Skip to content

Commit

Permalink
DM S12: Ensure fort Commander is visible during dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon authored and GregoryLundberg committed Nov 30, 2017
1 parent e09130b commit fdab5f0
Showing 1 changed file with 16 additions and 0 deletions.
Expand Up @@ -442,6 +442,22 @@
[/else]
[/role]

# So the player has time to see the sighted loyalist unit that triggered the event
[delay]
time=1500
[/delay]

# Lift fog from the Commander so player can see him during dialog
[lift_fog]
[filter_side]
side=1
[/filter_side]
[filter]
role=Commander
[/filter]
radius=2
[/lift_fog]

[message]
role=Commander
message= _ "Halt! Who goes there?"
Expand Down

0 comments on commit fdab5f0

Please sign in to comment.