mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 13:47:37 +00:00
further cleanup
This commit is contained in:
@@ -96,7 +96,7 @@ bool out_ruin(cell *c) {
|
||||
#endif
|
||||
}
|
||||
|
||||
eMonster genRuinMonster(cell *c) {
|
||||
EX eMonster genRuinMonster(cell *c) {
|
||||
eMonster m = pick(moHexDemon, moHexDemon, moHexDemon, moAltDemon, moAltDemon, moMonk, moMonk, moSkeleton, moSkeleton, moCrusher);
|
||||
if(m == moHexDemon && pseudohept(c))
|
||||
return genRuinMonster(c);
|
||||
|
Reference in New Issue
Block a user