mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
argh, this should have been rectified
This commit is contained in:
@@ -639,7 +639,7 @@ namespace hr { namespace gp {
|
|||||||
else if(param == loc(1, 1) && S3 == 3)
|
else if(param == loc(1, 1) && S3 == 3)
|
||||||
return XLAT("bitruncated");
|
return XLAT("bitruncated");
|
||||||
else if(param == loc(1, 1) && S3 == 4)
|
else if(param == loc(1, 1) && S3 == 4)
|
||||||
return XLAT("expanded");
|
return XLAT("rectified");
|
||||||
else if(param == loc(2, 0))
|
else if(param == loc(2, 0))
|
||||||
return S3 == 3 ? XLAT("chamfered") : XLAT("expanded");
|
return S3 == 3 ? XLAT("chamfered") : XLAT("expanded");
|
||||||
else if(param == loc(3, 0) && S3 == 3)
|
else if(param == loc(3, 0) && S3 == 3)
|
||||||
|
Reference in New Issue
Block a user