mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-20 13:02:10 +00:00
Raiders take pseudohept into account
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ bool out_ruin(cell *c) {
|
||||
|
||||
eMonster genRuinMonster(cell *c) {
|
||||
eMonster m = pick(moHexDemon, moHexDemon, moHexDemon, moAltDemon, moAltDemon, moMonk, moMonk, moSkeleton, moSkeleton, moCrusher);
|
||||
if(m == moHexDemon && ctof(c))
|
||||
if(m == moHexDemon && pseudohept(c))
|
||||
return genRuinMonster(c);
|
||||
if(m == moMonk) {
|
||||
if(c->item) return genRuinMonster(c);
|
||||
|
||||
Reference in New Issue
Block a user