AToTB S02 Fix bug: Missing units
Recruiting the revenants fails because the location is invalid.
This commit is contained in:
parent
33c2e1037b
commit
75986550ad
1 changed files with 2 additions and 2 deletions
|
@ -324,14 +324,14 @@ Besides... I want my brother back."
|
|||
#else
|
||||
[unit]
|
||||
type=Revenant
|
||||
x=9,5
|
||||
x,y=9,5
|
||||
ai_special=guardian
|
||||
side=2
|
||||
[/unit]
|
||||
|
||||
[unit]
|
||||
type=Revenant
|
||||
x=9,3
|
||||
x,y=9,3
|
||||
ai_special=guardian
|
||||
side=2
|
||||
[/unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue