mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 21:08:48 +00:00
HttT S06 Logical Thieves
If you have already killed Agadla by turn 4, instead of offering a choice, the three who appear simply join your forces. This means it is possible to never get the Thieves, and not be able to recruit them. But you'd have to win before turn 4; so it's not possible unless you're cheating.
This commit is contained in:
parent
d6f7de91ac
commit
9b364d25d2
@ -321,6 +321,11 @@
|
||||
speaker=Reglok
|
||||
message= _ "We will serve you well, for we respect the help you are providing to our city. You shall find that there is honor, even among thieves."
|
||||
[/message]
|
||||
[if]
|
||||
[have_unit]
|
||||
id=Agadla
|
||||
[/have_unit]
|
||||
[then]
|
||||
[message]
|
||||
speaker=Konrad
|
||||
message= _ "Yes, but where is your fighting force? How can you help us?"
|
||||
@ -446,6 +451,8 @@
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
[/unit]
|
||||
#enddef
|
||||
#define THIEVES_REVEL
|
||||
#dialog
|
||||
[message]
|
||||
speaker=Reglok
|
||||
@ -453,6 +460,7 @@
|
||||
[/message]
|
||||
#enddef
|
||||
{THIEVES_JOIN_KONRAD}
|
||||
{THIEVES_REVEL}
|
||||
[/event]
|
||||
[event]
|
||||
name=die
|
||||
@ -464,6 +472,7 @@
|
||||
id=Agadla
|
||||
[/kill]
|
||||
{THIEVES_JOIN_KONRAD}
|
||||
{THIEVES_REVEL}
|
||||
[/event]
|
||||
[/command]
|
||||
[/option]
|
||||
@ -474,6 +483,11 @@
|
||||
[kill]
|
||||
type=Rogue
|
||||
[/kill]
|
||||
[/then]
|
||||
[else]
|
||||
{THIEVES_REVEL}
|
||||
[/else]
|
||||
[/if]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Thief
|
||||
|
Loading…
x
Reference in New Issue
Block a user