Make the 4th player speak in map 1.

This commit is contained in:
Pentarctagon 2022-09-16 23:17:32 -05:00 committed by Pentarctagon
parent 7cf8ab0275
commit 1e3f53156f

View file

@ -49,7 +49,11 @@ function add_plot(scenario, scenario_num, nplayers)
end
start_message(ai1, true, _ "Foolish upstarts. You will never defeat us! Come, my allies. Let us crush them!")
start_message(ai1, false, _ "Yes! We will drive them into the sea!")
start_message("1,2,3", false, _ "Never fear! Your trusted friends stand beside you!")
if nplayers == 4 then
start_message("4", true, _ "Never fear! Your trusted friends stand beside you!")
else
start_message("1,2,3", false, _ "Never fear! Your trusted friends stand beside you!")
end
end_message("1,2,3", true, _ "Victory is ours! Let us set sail in search of new lands to conquer!")
elseif scenario_num == 2 then