aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-30 08:05:00 -0500
committerPaul Gilbert2018-01-30 08:05:00 -0500
commit265fd398fbb604690e861e0685e47228aaf8bfa5 (patch)
tree0a77a43c7ef08f7e8907a4cc730586ef211ecaef /engines/xeen/resources.cpp
parentcbf8306a1598958ceb36c8c3fe0198bc69bb7ec6 (diff)
downloadscummvm-rg350-265fd398fbb604690e861e0685e47228aaf8bfa5.tar.gz
scummvm-rg350-265fd398fbb604690e861e0685e47228aaf8bfa5.tar.bz2
scummvm-rg350-265fd398fbb604690e861e0685e47228aaf8bfa5.zip
XEEN: In progress implementing World of Xeen endgame
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index 8e23341046..1239dd9512 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1693,5 +1693,18 @@ const char *const Resources::NO_LOADING_IN_COMBAT =
"No Loading Allowed in Combat!";
const char *const Resources::NO_SAVING_IN_COMBAT =
"No Saving Allowed in Combat!";
+const char *const Resources::WORLD_END_TEXT[8] = {
+ "\n\n\n\n\n\n\n"
+ "Congratulations Adventurers!\n\n"
+ "Let the unification ceremony begin!",
+ "And so the call went out to the people throughout the lands of Xeen"
+ " that the prophecy was nearing completion.",
+ "They came in great numbers to witness the momentous occasion.",
+ "\xB""026The Dragon Pharoah presided over the ceremony.",
+ "\xB""026Queen Kalindra presented the Cube of Power.",
+ "\xB""026Prince Roland presented the Xeen Sceptre.",
+ "\xB""026Together, they placed the Cube of Power...",
+ "\xB""026and the Sceptre, onto the Altar of Joining."
+};
} // End of namespace Xeen