mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 20:07:58 +00:00
less-states
This commit is contained in:
2
reg3.cpp
2
reg3.cpp
@@ -1974,7 +1974,7 @@ EX namespace reg3 {
|
||||
bool ruleset_link_alt(heptagon *h, heptagon *alt, hstate firststate, int dir) {
|
||||
alt->fieldval = h->fieldval;
|
||||
if(firststate == hsOrigin) {
|
||||
alt->fiftyval = root[alt->fieldval];
|
||||
alt->fiftyval = root[alt->fieldval % isize(root)];
|
||||
return true;
|
||||
}
|
||||
vector<int>& choices = possible_states[alt->fieldval];
|
||||
|
Reference in New Issue
Block a user