1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 11:58:07 +00:00

racing menu improvements, translations updated, text fixes

This commit is contained in:
Zeno Rogue
2019-01-11 02:21:04 +01:00
parent e4939ad8d4
commit 36920c04ec
5 changed files with 429 additions and 49 deletions

View File

@@ -712,6 +712,9 @@ namespace princess {
else if(msgid == 73 && !inpalace) {
addMessage(XLAT("\"Infinite trees are boring. I prefer other graphs.\"", m));
}
else if(msgid == 74 && !inpalace) {
addMessage(XLAT("\"Did you know that the Cultists are relatives of the Desert Men?\"", m));
}
else if(msgid == 80) {
addMessage(XLAT("\"Are there Temples of Cthulhu in your world? Why not?\"", m));
}