[Fix] Bug in mission text formatting.
This commit is contained in:
parent
af92dcaaff
commit
a2a5ebe3bb
@ -13,7 +13,7 @@ else -- Default language.
|
|||||||
title[3] = "Mission Accomplished"
|
title[3] = "Mission Accomplished"
|
||||||
text = {}
|
text = {}
|
||||||
text[1] = [[You notice Sargent Dimitri at the bar, he calls you over.
|
text[1] = [[You notice Sargent Dimitri at the bar, he calls you over.
|
||||||
"We managed to capture the drone after you located it. It didn't seem to be in good health. Our scientists are studying it as we speak, but we've found something strange in it. Some sort of weird wireless module. We'd like you to go run through the collective systems to see if you can pick up any strange wireless communications. Just do a quick run through, be careful of thhe Collective though. You interested in doing the run? It'll be dangerous."]]
|
"We managed to capture the drone after you located it. It didn't seem to be in good health. Our scientists are studying it as we speak, but we've found something strange in it. Some sort of weird wireless module. We'd like you to go run through the collective systems to see if you can pick up any strange wireless communications. Just do a quick run through, be careful of the Collective though. You interested in doing the run? It'll be dangerous."]]
|
||||||
text[2] = [["Just run through some systems while keeping your communications system on logging. We'll parse the results when you get back. Good luck."]]
|
text[2] = [["Just run through some systems while keeping your communications system on logging. We'll parse the results when you get back. Good luck."]]
|
||||||
text[3] = [[After landing, Sargent Dimitri greets you on the pad.
|
text[3] = [[After landing, Sargent Dimitri greets you on the pad.
|
||||||
"I suppose all went well? Those drones can really give a beating. We'll have the researchers start looking at your logs right away. Meet me in the bar again in a while."]]
|
"I suppose all went well? Those drones can really give a beating. We'll have the researchers start looking at your logs right away. Meet me in the bar again in a while."]]
|
||||||
@ -31,7 +31,7 @@ function create()
|
|||||||
-- Mission details.
|
-- Mission details.
|
||||||
misn.setTitle(misn_title)
|
misn.setTitle(misn_title)
|
||||||
misn.setReward(misn_reward)
|
misn.setReward(misn_reward)
|
||||||
misn.setDesc(string.format(misn_desc[1], misn_nearby))
|
misn.setDesc(misn_desc[1])
|
||||||
|
|
||||||
tk.msg(title[2], text[2])
|
tk.msg(title[2], text[2])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user