mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 20:59:29 +00:00
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.
This commit is contained in:
parent
ec789c5051
commit
1cfb982a3c
@ -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…
x
Reference in New Issue
Block a user