Skip to content

Commit

Permalink
DM S19 Fix bug: Mismatched shroud
Browse files Browse the repository at this point in the history
Place and remove the shroud from both sides 1 and 2 consistently.
  • Loading branch information
GregoryLundberg committed Oct 20, 2016
1 parent 17a7664 commit e83101a
Showing 1 changed file with 7 additions and 6 deletions.
Expand Up @@ -207,7 +207,7 @@
{OBJ_POTION_HOLY 29 20 showdown_holywater3}

[remove_shroud]
side=1
side=1,2
[/remove_shroud]

[store_starting_location]
Expand Down Expand Up @@ -448,11 +448,12 @@
[/message]

[place_shroud]
side=1
[/place_shroud]
[place_shroud]
side=2
side=1,2
[/place_shroud]
[redraw]
side=1,2
clear_shroud=yes
[/redraw]
[/event]
[event]
name=turn 3
Expand All @@ -462,7 +463,7 @@
[/message]

[remove_shroud]
side=1
side=1,2
[/remove_shroud]
[message]
speaker=Iliah-Malal
Expand Down

0 comments on commit e83101a

Please sign in to comment.