Made some wingmates immortal, so ghosts don't speak if they are killed during the battle.
This commit is contained in:
parent
20a1a30a29
commit
5c0b8e387f
|
@ -25,7 +25,8 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 25,
|
||||
"y" : 25,
|
||||
"scatter" : 250
|
||||
"scatter" : 250,
|
||||
"flags" : "+EF_IMMORTAL"
|
||||
},
|
||||
{
|
||||
"types" : "TAF",
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 25,
|
||||
"y" : 25,
|
||||
"scatter" : 250
|
||||
"scatter" : 250,
|
||||
"flags" : "+EF_IMMORTAL"
|
||||
},
|
||||
{
|
||||
"types" : "TAF",
|
||||
|
|
|
@ -56,7 +56,8 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 25,
|
||||
"y" : 25,
|
||||
"scatter" : 300
|
||||
"scatter" : 300,
|
||||
"flags" : "+EF_IMMORTAL"
|
||||
},
|
||||
{
|
||||
"types" : "TAF",
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
"side" : "SIDE_ALLIES",
|
||||
"x" : 20,
|
||||
"y" : 20,
|
||||
"scatter" : 1000
|
||||
"scatter" : 1000,
|
||||
"flags" : "+EF_IMMORTAL"
|
||||
},
|
||||
{
|
||||
"types" : "TAF;Ray;Rook;Hammerhead",
|
||||
|
|
Loading…
Reference in New Issue