aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/room.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2019-10-29 15:50:20 +0200
committerFilippos Karapetis2019-10-29 17:46:13 +0200
commit9a7f2c8374e79ed44c62809e957e78a2b71fa1a5 (patch)
tree04e061c2dd60b93c73dad6e3e510444b16d996ec /engines/startrek/room.cpp
parenta0fb6deb298caa0b74f285f6122e8392193a53dd (diff)
downloadscummvm-rg350-9a7f2c8374e79ed44c62809e957e78a2b71fa1a5.tar.gz
scummvm-rg350-9a7f2c8374e79ed44c62809e957e78a2b71fa1a5.tar.bz2
scummvm-rg350-9a7f2c8374e79ed44c62809e957e78a2b71fa1a5.zip
STARTREK: Load the text of the TRIAL missions from RDF files
Diffstat (limited to 'engines/startrek/room.cpp')
-rw-r--r--engines/startrek/room.cpp21
1 files changed, 21 insertions, 0 deletions
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" },
{ "", "", "" }
};