1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 17:57:03 +00:00

changes: value_keep hrngen

This commit is contained in:
Zeno Rogue 2020-03-07 12:20:17 +01:00
parent b5509daf8e
commit bf7abab85d

View File

@ -419,6 +419,7 @@ struct changes_t {
forCellEx(c1, cwt.at) ccell(c1);
value_keep(kills);
value_keep(items);
value_keep(hrngen);
checking = ch;
}