Temporary fix : Disabled easter egg that no longer work
(Princess unit is no longer available)
This commit is contained in:
parent
663e25eb3b
commit
e124c12b38
1 changed files with 48 additions and 48 deletions
|
@ -575,54 +575,54 @@
|
|||
[/message]
|
||||
|
||||
#Easter Egg: If all the revenants survived, Princess Susanne does a cameo appearance.
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
type=Revenant
|
||||
description=Xakan
|
||||
[/have_unit]
|
||||
[then]
|
||||
[if]
|
||||
[have_unit]
|
||||
type=Revenant
|
||||
description=Karae
|
||||
[/have_unit]
|
||||
[then]
|
||||
[if]
|
||||
[have_unit]
|
||||
type=Revenant
|
||||
description=Pezit
|
||||
[/have_unit]
|
||||
[then]
|
||||
[if]
|
||||
[have_unit]
|
||||
type=Revenant
|
||||
description=Lagon
|
||||
[/have_unit]
|
||||
[then]
|
||||
[unit]
|
||||
type=Princess
|
||||
description=Susanne
|
||||
user_description= _ "Susanne"
|
||||
side=1
|
||||
x=4
|
||||
y=3
|
||||
[/unit]
|
||||
[message]
|
||||
speaker=Susanne
|
||||
message= _ "Congratulations! All your revenants survived."
|
||||
[/message]
|
||||
[kill]
|
||||
description=Susanne
|
||||
[/kill]
|
||||
[/then]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
### Disabled until someone fix it
|
||||
## [if]
|
||||
## [have_unit]
|
||||
## type=Revenant
|
||||
## description=Xakan
|
||||
## [/have_unit]
|
||||
## [then]
|
||||
## [if]
|
||||
## [have_unit]
|
||||
## type=Revenant
|
||||
## description=Karae
|
||||
## [/have_unit]
|
||||
## [then]
|
||||
## [if]
|
||||
## [have_unit]
|
||||
## type=Revenant
|
||||
## description=Pezit
|
||||
## [/have_unit]
|
||||
## [then]
|
||||
## [if]
|
||||
## [have_unit]
|
||||
## type=Revenant
|
||||
## description=Lagon
|
||||
## [/have_unit]
|
||||
## [then]
|
||||
## [unit]
|
||||
## type=Princess
|
||||
## description=Susanne
|
||||
## user_description= _ "Susanne"
|
||||
## side=1
|
||||
## x=4
|
||||
## y=3
|
||||
## [/unit]
|
||||
## [message]
|
||||
## speaker=Susanne
|
||||
## message= _ "Congratulations! All your revenants survived."
|
||||
## [/message]
|
||||
## [kill]
|
||||
## description=Susanne
|
||||
## [/kill]
|
||||
## [/then]
|
||||
## [/if]
|
||||
## [/then]
|
||||
## [/if]
|
||||
## [/then]
|
||||
## [/if]
|
||||
## [/then]
|
||||
## [/if]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
|
|
Loading…
Add table
Reference in a new issue