NR: axed *_alive variables. Any usecases were replaced with [not][have_unit]

This commit is contained in:
Charles Dang 2015-03-30 10:14:55 +11:00
parent abbc437959
commit 618659c083
5 changed files with 15 additions and 20 deletions

View file

@ -1114,8 +1114,6 @@
message= _ "Whoa! Maybe he isnt so friendly after all... or at least to some things."
[/message]
[/event]
{VARIABLE Krash_alive yes}
[/event]
# Escape tunnel

View file

@ -134,10 +134,11 @@
name=prestart
[if]
[variable]
name=Krash_alive
equals=no
[/variable]
[not]
[have_unit]
id=Krash
[/have_unit]
[/not]
[then]
[kill]
side=7

View file

@ -212,10 +212,11 @@
# Heres where we edit out Krash's side if he's dead.
[if]
[variable]
name=Krash_alive
equals=no
[/variable]
[not]
[have_unit]
id=Krash
[/have_unit]
[/not]
[then]
[kill]
side=7

View file

@ -369,10 +369,11 @@
variable=side_seven_starts_at
[/store_starting_location]
[if]
[variable]
name=Krash_alive
equals=no
[/variable]
[not]
[have_unit]
id=Krash
[/have_unit]
[/not]
[then]
[store_unit]
[filter]

View file

@ -118,8 +118,6 @@
speaker=Camerin
message= _ "Awww, I liked that guy!"
[/message]
{VARIABLE Krash_alive no}
[/event]
#enddef
@ -150,8 +148,6 @@
speaker=Sister Thera
message= _ "Farewell Elenia. May you find peace in your final journey."
[/message]
{VARIABLE Elenia_alive no}
[/event]
#enddef
@ -870,8 +866,6 @@
[/message]
[/else]
[/if]
{VARIABLE Eryssa_alive no}
[/event]
#enddef