DiD S10: Fix missing line in human heroes' book endings
A simple case of `role=unit` instead of `speaker=unit`, the necessary translatable text was already in the scenario.
This commit is contained in:
parent
cfb7221262
commit
bd31d9042d
1 changed files with 2 additions and 2 deletions
|
@ -1183,7 +1183,7 @@
|
|||
[/message]
|
||||
|
||||
[message]
|
||||
role=unit
|
||||
speaker=unit
|
||||
message= _ "It’s not catching fire!"
|
||||
[/message]
|
||||
|
||||
|
@ -1211,7 +1211,7 @@
|
|||
[/message]
|
||||
|
||||
[message]
|
||||
role=unit
|
||||
speaker=unit
|
||||
message= _ "It’s not catching fire!"
|
||||
[/message]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue