1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-03 09:00:46 +00:00

additional help texts when the rules are different in the current geometry

This commit is contained in:
Zeno Rogue
2018-05-27 01:09:34 +02:00
parent 14a944c801
commit 5eb084f9b0
2 changed files with 46 additions and 3 deletions
+1 -1
View File
@@ -7675,7 +7675,7 @@ bool movepcto(int d, int subdir, bool checkonly) {
if(checkonly) return false;
if(nonAdjacent(cwt.c,c2))
addMessage(XLAT(
nonbitrunc ?
geosupport_graveyard() < 2 ?
"You cannot move between the cells without dots here!" :
"You cannot move between the triangular cells here!"
));