1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 18:29:59 +00:00

tortoise:: moving over other tortoises no longer clones them

This commit is contained in:
Zeno Rogue 2020-03-22 09:46:51 +01:00
parent 11447fcb7b
commit d9b1461c81

View File

@ -159,7 +159,7 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) {
changes.map_value(babymap, c2);
babymap.erase(c2);
int bold = seekbits;
seekbits = bnew;
changes.value_set(tortoise::seekbits, bnew);
changes.value_set(tortoise::last, seekbits);
if(seek()) {
cell *c = passable(cwt.at, NULL, 0) ? cwt.at : c2;