mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 11:12:49 +00:00
rulegen:: tests:: YA fixup for multi
This commit is contained in:
parent
f17f8cacf1
commit
41978a6a03
@ -237,8 +237,6 @@ void print_rules();
|
|||||||
|
|
||||||
string rule_name(int r) {
|
string rule_name(int r) {
|
||||||
if(r == DIR_UNKNOWN) return "??";
|
if(r == DIR_UNKNOWN) return "??";
|
||||||
else if(r == DIR_MULTI_GO_LEFT) return "ML";
|
|
||||||
else if(r == DIR_MULTI_GO_RIGHT) return "MR";
|
|
||||||
else if(r == DIR_LEFT) return "L";
|
else if(r == DIR_LEFT) return "L";
|
||||||
else if(r == DIR_RIGHT) return "R";
|
else if(r == DIR_RIGHT) return "R";
|
||||||
else if(r == DIR_PARENT) return "P";
|
else if(r == DIR_PARENT) return "P";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user