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:
4
rug.cpp
4
rug.cpp
@@ -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();
|
||||
|
Reference in New Issue
Block a user