mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 21:08:06 +00:00
fixed Baby Tortoise colors in tour/PTM
This commit is contained in:
2
tour.cpp
2
tour.cpp
@@ -697,7 +697,7 @@ EX slide default_slides[] = {
|
||||
if(mode == 4) {
|
||||
cell *c = cwt.at->move(0);
|
||||
c->item = itBabyTortoise;
|
||||
tortoise::babymap[c] = getBits(c) ^ tortoise::getRandomBits();
|
||||
tortoise::babymap[c] = tortoise::getb(c) ^ tortoise::getRandomBits();
|
||||
}
|
||||
GETNEXT {
|
||||
if(old == laDragon) return pick(laTortoise, laTortoise, laCrossroads);
|
||||
|
||||
Reference in New Issue
Block a user