DiD S8: Handle situations where factions have not yet appeared (#7006)
* DiD S8: Handle situations where factions have not yet appeared (resolves #7005).
* Convert 'arrived' flags to booleans.
* DiD S8: po hint to clarify 'Dela's men'.
* Accommodate feedback by getting rid of all the new work and just removing any reference to paladins or Dela altogether. Conversion of flag to boolean remains, however.
(cherry picked from commit 1cfb982a3c
)
This commit is contained in:
parent
310cf7b580
commit
0bdd9281db
1 changed files with 4 additions and 4 deletions
|
@ -404,7 +404,7 @@
|
|||
|
||||
{MODIFY_UNIT (id=Malin Keshar) facing ne}
|
||||
|
||||
{VARIABLE dela_arrived 0}
|
||||
{VARIABLE dela_arrived no}
|
||||
[/event]
|
||||
|
||||
# This helps prevent Darken from getting himself killed easily by preventing
|
||||
|
@ -763,7 +763,7 @@
|
|||
message= _ "Nothing to say this time? No quip ’bout how we don’t understand ya? No comment about yer moral superiority? I can only hope you’ll be so quiet when I kill you."
|
||||
[/message]
|
||||
|
||||
{VARIABLE dela_arrived 1}
|
||||
{VARIABLE dela_arrived yes}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -820,7 +820,7 @@
|
|||
[and]
|
||||
[variable]
|
||||
name=dela_arrived
|
||||
numerical_equals=1
|
||||
boolean_equals=yes
|
||||
[/variable]
|
||||
[/and]
|
||||
[then]
|
||||
|
@ -1082,7 +1082,7 @@
|
|||
|
||||
[message]
|
||||
speaker=Malin Keshar
|
||||
message= _ "The terrain is hazardous in these mountains. Neither the paladins nor Dela will be able to pursue me."
|
||||
message= _ "The terrain is hazardous in these mountains. No one will be able to pursue me."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue