HttT::7: get rid of 'ai turn' event

This commit is contained in:
Iurii Chernyi 2009-10-07 23:13:20 +00:00
parent d140318ccd
commit 1a5da91f62

View File

@ -394,30 +394,15 @@
[/event]
[event]
name=ai turn
name=side 2 turn
first_time_only=no
{MODIFY_UNIT side,role=2,ambusher moves 0}
[/event]
[if]
[variable]
name=side_number
equals=2
[/variable]
[then]
{MODIFY_UNIT side,role=2,ambusher moves 0}
[/then]
[/if]
[if]
[variable]
name=side_number
equals=3
[/variable]
[then]
{MODIFY_UNIT side,role=3,ambusher moves 0}
[/then]
[/if]
[event]
name=side 3 turn
first_time_only=no
{MODIFY_UNIT side,role=3,ambusher moves 0}
[/event]
[event]