1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

messages when attacking Raiders and passive Jellies

This commit is contained in:
Zeno Rogue
2018-01-04 21:52:49 +01:00
parent 86bce8b956
commit cee11b8e22
3 changed files with 11 additions and 0 deletions

View File

@@ -735,3 +735,6 @@ bool generateAll(eLand l) {
l == laCaves || l == laCA;
}
bool isRaider(eMonster m) {
return m == moPair || m == moMonk || m == moCrusher || m == moAltDemon || m == moHexDemon;
}