mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
fixed 'orb used' flags not being rolled back in some cases
This commit is contained in:
parent
852c637e4f
commit
9110b6ac88
@ -436,6 +436,7 @@ struct changes_t {
|
||||
forCellEx(c1, cwt.at) ccell(c1);
|
||||
value_keep(kills);
|
||||
value_keep(items);
|
||||
value_keep(orbused);
|
||||
value_keep(hrngen);
|
||||
checking = ch;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user