mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
tortoise:: moving over other tortoises no longer clones them
This commit is contained in:
parent
11447fcb7b
commit
d9b1461c81
@ -159,7 +159,7 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) {
|
|||||||
changes.map_value(babymap, c2);
|
changes.map_value(babymap, c2);
|
||||||
babymap.erase(c2);
|
babymap.erase(c2);
|
||||||
int bold = seekbits;
|
int bold = seekbits;
|
||||||
seekbits = bnew;
|
changes.value_set(tortoise::seekbits, bnew);
|
||||||
changes.value_set(tortoise::last, seekbits);
|
changes.value_set(tortoise::last, seekbits);
|
||||||
if(seek()) {
|
if(seek()) {
|
||||||
cell *c = passable(cwt.at, NULL, 0) ? cwt.at : c2;
|
cell *c = passable(cwt.at, NULL, 0) ? cwt.at : c2;
|
||||||
|
Loading…
Reference in New Issue
Block a user