Skip to content

Commit

Permalink
THoT S08 Fix bug: Villages don't just appear
Browse files Browse the repository at this point in the history
Place the burned villages before the player has a chance to see them magically appear!
  • Loading branch information
GregoryLundberg committed Oct 11, 2016
1 parent d089940 commit 3a31336
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions data/campaigns/The_Hammer_of_Thursagan/scenarios/08_Fear.cfg
Expand Up @@ -16,6 +16,11 @@

{THOT_TRACK {JOURNEY_STAGE8}}

{PLACE_IMAGE ("scenery/village-human-burned1.png") 36 8}
{PLACE_IMAGE ("scenery/village-human-burned2.png") 33 13}
{PLACE_IMAGE ("scenery/village-human-burned3.png") 26 13}
{PLACE_IMAGE ("scenery/village-human-burned1.png") 30 16}

# wmllint: validate-off
[side]
side=1
Expand Down Expand Up @@ -219,19 +224,6 @@
message= _ "The masked dwarves. Killing, burning, kidnapping. Look..."
[/message]

#define PLACE_BURNED_VILLAGE X Y
{VARIABLE_OP bv rand "1,2,3,4"}

{PLACE_IMAGE ("scenery/village-human-burned" + $bv| + ".png") {X} {Y}}
#enddef

{PLACE_BURNED_VILLAGE 36 8}
{PLACE_BURNED_VILLAGE 33 13}
{PLACE_BURNED_VILLAGE 26 13}
{PLACE_BURNED_VILLAGE 30 16}

{CLEAR_VARIABLE bv}

[modify_side]
side=1
fog=no
Expand Down Expand Up @@ -370,4 +362,3 @@
[/scenario]

#undef MASKED_ULFSERKER
#undef PLACE_BURNED_VILLAGE

0 comments on commit 3a31336

Please sign in to comment.