mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
euclidean cheat help now displayed only in masterless
This commit is contained in:
parent
943a8395e5
commit
7f1a4864d3
2
help.cpp
2
help.cpp
@ -845,7 +845,7 @@ void describeMouseover() {
|
|||||||
if(randomPatternsMode)
|
if(randomPatternsMode)
|
||||||
out += " " + describeRPM(c->land);
|
out += " " + describeRPM(c->land);
|
||||||
|
|
||||||
if(euclid && cheater) {
|
if(masterless && cheater) {
|
||||||
out += " ("+its(cell_to_vec(c))+")";
|
out += " ("+its(cell_to_vec(c))+")";
|
||||||
if(!fulltorus || torusconfig::torus_mode != torusconfig::tmSingle) {
|
if(!fulltorus || torusconfig::torus_mode != torusconfig::tmSingle) {
|
||||||
int x, y;
|
int x, y;
|
||||||
|
Loading…
Reference in New Issue
Block a user