mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 03:04:48 +00:00
ignoresSmell using flags
This commit is contained in:
parent
a3cea92004
commit
ad5884e29f
@ -327,9 +327,7 @@ bool checkOrb2(eMonster m1, eItem orb) {
|
||||
}
|
||||
|
||||
bool ignoresSmell(eMonster m) {
|
||||
return
|
||||
m == moHexSnake || isIvy(m) || isMutantIvy(m) || isGhostMover(m) || isSlimeMover(m) ||
|
||||
m == moRoseLady || checkOrb(m, itOrbBeauty) || checkOrb(m, itOrbAether) || checkOrb(m, itOrbShield);
|
||||
return ignoresSmellType(m) || checkOrb(m, itOrbBeauty) || checkOrb(m, itOrbAether) || checkOrb(m, itOrbShield);
|
||||
}
|
||||
|
||||
bool highwall(cell *c) {
|
||||
|
Loading…
Reference in New Issue
Block a user