From 9a7f2c8374e79ed44c62809e957e78a2b71fa1a5 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 29 Oct 2019 15:50:20 +0200 Subject: STARTREK: Load the text of the TRIAL missions from RDF files --- engines/startrek/room.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'engines/startrek/room.cpp') diff --git a/engines/startrek/room.cpp b/engines/startrek/room.cpp index bd70898781..40b4ef46c3 100644 --- a/engines/startrek/room.cpp +++ b/engines/startrek/room.cpp @@ -221,6 +221,27 @@ Common::String Room::patchRoomMessage(const char *text) { { "#SIN2\\SIN2_012#", "I'm a surgeon not a alien", "I'm a surgeon, not an alien" }, { "#SIN4\\SIN4_023#", "to bypass it's lock system", "to bypass its lock system" }, { "#SIN5\\SIN5N012#", "Sparks explode and", "Sparks fly and" }, + { "#TRI0\\TRI0_036#", "the Enterprise!We've", "the Enterprise! We've" }, + { "#TRI1\\TRI1_025#", "Male Human-Vulcan", "One male Human-Vulcan" }, + { "#TRI1\\TRI1_048#", "with a phaser", "with your phaser" }, + { "#TRI2\\TRI2_015#", "Male Human,", "He's a male Human," }, + { "#TRI2\\TRI2_017#", "Male Human-Vulcan", "One male Human-Vulcan" }, + { "#TRI3\\TRI3_013#", "He's a Male Human", "One male Human" }, + { "#TRI3\\TRI3_014#", "Male Human,", "He's a male Human," }, + { "#TRI3\\TRI3_016#", "Male Human-Vulcan", "One male Human-Vulcan" }, + { "#TRI3\\TRI3U084#", "Captain, come in please!", "Captain, please come in!" }, + { "#TRI4\\TRI4_003#", "I didn't want it", "I don't want it" }, + { "#TRI4\\TRI4_024#", "a fair trail", "a fair trial" }, + { "#TRI4\\TRI4_039#", "what an enemy does not expect", "what the enemy does not expect" }, + { "#TRI4\\TRI4_057#", "will believe you", "to believe you" }, + { "#TRI5\\TRI5_045#", "at which to transport you", "to which to transport you" }, + { "#TRI5\\TRI5N002#", "a beam light", "a beam of light" }, + { "#TRI5\\TRI5N016#", "saphire", "sapphire" }, + { "#TRI5\\TRI5N017#", "saphire", "sapphire" }, + { "#TRI5\\TRI5N018#", "saphire", "sapphire" }, + { "#TRI5\\TRI5N019#", "a emerald", "an emerald" }, + { "#TRI5\\TRI5N020#", "a emerald", "an emerald" }, + { "#TRI5\\TRI5N021#", "a emerald", "an emerald" }, { "", "", "" } }; -- cgit v1.2.3