mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 14:47:39 +00:00
refactored some XLAT calls for automated analysis, fixing some bugs on the way
This commit is contained in:
@@ -2417,7 +2417,7 @@ void moveMonster(monster *m, int delta) {
|
||||
if(m->type == moTortoise && tortoise::seek() && !tortoise::diff(getBits(m->torigin)) && sqdist(m->pat*C0, pc[i]->pat*C0) < SCALE2) {
|
||||
items[itBabyTortoise] += 4;
|
||||
m->dead = true;
|
||||
addMessage(XLAT(playergender() == GEN_F ? "You are now a tortoise heroine!" : "You are now a tortoise hero!"));
|
||||
tortoise_hero_message(m->base);
|
||||
}
|
||||
for(int i=0; i<players; i++) if(!pc[i]->isVirtual)
|
||||
if(m->type == moFlailer && curtime >= m->nextshot &&
|
||||
|
Reference in New Issue
Block a user