apply_chaos removed baby tortoise move since we are using moveItem

This commit is contained in:
Zeno Rogue 2024-02-23 00:40:13 +01:00
parent 648dd67dc7
commit b4b00baa5e
1 changed files with 0 additions and 3 deletions

View File

@ -728,9 +728,6 @@ void apply_chaos() {
if(dice::on(ca) || dice::on(cb)) {
dice::chaos_swap(wa, wb);
}
if(ca->item == itBabyTortoise || cb->item == itBabyTortoise) {
tortoise::move_baby(ca, cb);
}
}
bool pcmove::actual_move() {