From 7f1a4864d3ccebed6a05caaf8c68b6e6d8b1ad8e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 10 Mar 2019 12:15:18 +0100 Subject: [PATCH] euclidean cheat help now displayed only in masterless --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 82729fba..8dfd3266 100644 --- a/help.cpp +++ b/help.cpp @@ -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;