...and remove a hack while doing it.
This commit is contained in:
Piotr Cychowski 2008-06-17 20:51:33 +00:00
parent c6233bb1e5
commit d83cedab8f

View file

@ -252,26 +252,30 @@
id=Bugg
[/have_unit]
[then]
#override kills being processed after
#units being created if they're in the same event
[command]
[kill]
id=Bugg
[/kill]
{LOYAL_UNIT 2 (Sea Orc) 16 18 (Bugg) ( _ "Bugg")}
[store_unit]
variable=bugg_flip
[filter]
id=Bugg
[/filter]
kill=yes
[/store_unit]
[message]
speaker=Bugg
message= _ "Ha ha ha! Now orcs will rule over land and sea!"
[/message]
{LOYAL_UNIT 2 (Sea Orc) $bugg_flip.x $bugg_flip.y (Bugg) ( _ "Bugg")}
{CLEAR_VARIABLE bugg_flip}
[message]
speaker=Bugg
message= _ "Ha ha ha! Now orcs will rule over land and sea!"
[/message]
[message]
speaker=Dwaba-Kukai
image=portraits/James_Woo/orc-warlord2.png
message= _ "(Sigh) Will someone kill this idiot for me, please?"
[/message]
[message]
speaker=Dwaba-Kukai
image=portraits/James_Woo/orc-warlord2.png
message= _ "(Sigh) Will someone kill this idiot for me, please?"
[/message]
[/command]
[/then]
[/if]
[/event]