mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-08 02:30:15 +00:00
renamed 'truncated' to 'chamfered'
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -347,7 +347,7 @@ string generateHelpForWall(eWall w) {
|
||||
if(w == waMineMine || w == waMineUnknown || w == waMineOpen)
|
||||
addMinefieldExplanation(s);
|
||||
if(isThumper(w)) s += pushtext(w);
|
||||
if((w == waClosePlate || w == waOpenPlate) && nontruncated)
|
||||
if((w == waClosePlate || w == waOpenPlate) && nonchamfered)
|
||||
s += "\n\n(For the heptagonal mode, the radius has been reduced to 2 for closing plates.)";
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user