Spawners no longer enforce AIF_UNLIMITED_RANGE.

This commit is contained in:
Steve 2016-04-15 13:17:00 +01:00
parent 2c796e486a
commit 541c9af0b8
5 changed files with 10 additions and 7 deletions

View File

@ -55,10 +55,10 @@
"types" : "Dart",
"side" : "SIDE_PIRATE",
"interval" : 30,
"limit" : 0,
"total" : -1,
"step" : 1,
"offscreen" : 1
"offscreen" : 1,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
}
]
}

View File

@ -36,10 +36,10 @@
"types" : "Swarmer",
"side" : "SIDE_PANDORAN",
"interval" : 1,
"limit" : 0,
"total" : -1,
"step" : 1,
"offscreen" : 1
"offscreen" : 1,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
}
]
}

View File

@ -50,7 +50,8 @@
"total" : -1,
"step" : 2,
"offScreen" : 1,
"active" : 0
"active" : 0,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
}
],
"script" : [

View File

@ -132,7 +132,8 @@
"total" : 80,
"step" : 3,
"offscreen" : 1,
"active" : 0
"active" : 0,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
}
],
"script" : [

View File

@ -81,7 +81,8 @@
"total" : -1,
"offscreen" : 1,
"step" : 1,
"active" : 0
"active" : 0,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
}
],
"script" : [