Fixed a bug which makes the scenario unbeatable...
and thus breaks the whole campaign (doesn't anyone ever actually play these to find out such minor problems?).
This commit is contained in:
parent
34a257ff03
commit
94ef4e51ec
1 changed files with 4 additions and 2 deletions
|
@ -58,6 +58,8 @@ random=Wolf,Ogre,Troll,Wose
|
|||
[/set_variable]
|
||||
[unit]
|
||||
x,y={X},{Y}
|
||||
generate_description=yes
|
||||
random_traits=yes
|
||||
type=$typeofenemy
|
||||
side=2
|
||||
[/unit]
|
||||
|
@ -496,7 +498,7 @@ name=typeofenemy
|
|||
{WINTERENEMY 32 31}
|
||||
#endif
|
||||
[item]
|
||||
x,y=4,29
|
||||
x,y=4,28
|
||||
image=scenery/signpost.png
|
||||
[/item]
|
||||
[objectives]
|
||||
|
@ -535,7 +537,7 @@ name=typeofenemy
|
|||
[event]
|
||||
name=moveto
|
||||
[filter]
|
||||
x,y=4,29
|
||||
x,y=4,28
|
||||
description=Thursagan
|
||||
[/filter]
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue