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:
@@ -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!"
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user