mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-26 12:51:41 +00:00
fixed modecodes for yendor and tactic despite the ls change
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ int modecodetable[42][6] = {
|
||||
|
||||
EX modecode_t legacy_modecode() {
|
||||
if(int(geometry) > 3 || int(variation) > 1) return UNKNOWN;
|
||||
if(!ls::nice_walls() && !ls::std_chaos()) return UNKNOWN;
|
||||
if(!ls::nice_walls() && !ls::std_chaos() && !yendor::on && !tactic::on) return UNKNOWN;
|
||||
// compute the old code
|
||||
int xcode = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user