1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 16:07:40 +00:00

Rug mentions it works in Torus now

This commit is contained in:
Zeno Rogue
2017-11-07 14:20:19 +01:00
parent fcec90d8fb
commit b5382c5670
4 changed files with 5 additions and 5 deletions

View File

@@ -812,7 +812,7 @@ void show() {
dialog::init(XLAT("hypersian rug mode"), iinf[itPalace].color, 150, 100);
if((euclid || sphere) && !torus) {
dialog::addInfo("This makes sense only in hyperbolic geometry.");
dialog::addInfo("This makes sense only in hyperbolic or Torus geometry.");
dialog::addBreak(50);
}
@@ -842,7 +842,7 @@ void show() {
);
else if(uni == 'u') {
if((euclid || sphere) && !torus)
addMessage("This makes sense only in hyperbolic geometry.");
addMessage("This makes sense only in hyperbolic or Torus geometry.");
else {
rug::init();
popScreen();