euclidean cheat help now displayed only in masterless

This commit is contained in:
Zeno Rogue 2019-03-10 12:15:18 +01:00
parent 943a8395e5
commit 7f1a4864d3
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ void describeMouseover() {
if(randomPatternsMode)
out += " " + describeRPM(c->land);
if(euclid && cheater) {
if(masterless && cheater) {
out += " ("+its(cell_to_vec(c))+")";
if(!fulltorus || torusconfig::torus_mode != torusconfig::tmSingle) {
int x, y;