LoW S3: adapt Urudin retreat AI to new Lua engine syntax
This is needed due to the recent refactor of the Lua AI engine in
commit f8f5557eb0
(and related commits).
This fixes bug #24679.
This commit is contained in:
parent
1dfc56fc0f
commit
79015f0392
1 changed files with 0 additions and 11 deletions
|
@ -39,16 +39,6 @@
|
|||
[/shift_labels]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=preload
|
||||
first_time_only=no
|
||||
[lua]
|
||||
code = <<
|
||||
ai = {}
|
||||
>>
|
||||
[/lua]
|
||||
[/event]
|
||||
|
||||
{LOW_MASK 03_Kalian_under_Attack.mask (-7) (-7)}
|
||||
#### /Map setup ####
|
||||
|
||||
|
@ -190,7 +180,6 @@
|
|||
[engine]
|
||||
name=lua
|
||||
code=<<
|
||||
ai = ...
|
||||
local my_ai = { }
|
||||
|
||||
function my_ai:retreat()
|
||||
|
|
Loading…
Add table
Reference in a new issue