mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
fixed Tortoises losing their colors
This commit is contained in:
parent
edaa14e6a5
commit
b9a1ddbde9
@ -1794,6 +1794,8 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
if(hrand_monster(4000) < (peace::on ? 750 : 50 + items[itBabyTortoise]*2 + yendor::hardness() * 6) && !safety) {
|
||||
c->monst = moTortoise;
|
||||
c->hitpoints = 3;
|
||||
auto val = tortoise::getb(c);
|
||||
tortoise::emap[c] = val;
|
||||
}
|
||||
|
||||
int chance = 50 + items[itBabyTortoise]*2;
|
||||
|
Loading…
Reference in New Issue
Block a user