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
1 changed files with 1 additions and 1 deletions

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;