1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

'expanded' now returned in operation_name

This commit is contained in:
Zeno Rogue 2018-07-11 12:57:13 +02:00
parent 654796f028
commit 6d8fe2bb25

View File

@ -638,6 +638,8 @@ namespace hr { namespace gp {
return XLAT("OFF");
else if(param == loc(1, 1) && S3 == 3)
return XLAT("bitruncated");
else if(param == loc(1, 1) && S3 == 4)
return XLAT("expanded");
else if(param == loc(2, 0))
return S3 == 3 ? XLAT("chamfered") : XLAT("expanded");
else if(param == loc(3, 0) && S3 == 3)