mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
Fix RRV snakes sometimes being colored like SN snakes
This commit is contained in:
@@ -597,7 +597,7 @@ EX void wandering() {
|
||||
if (hrand(10) || peace::on)
|
||||
c->monst = moRedTroll;
|
||||
else if (!pseudohept(c))
|
||||
c->monst = moHexSnake;
|
||||
c->monst = moHexSnake, c->hitpoints = 1;
|
||||
}
|
||||
|
||||
else if(c->land == laCaves && wchance(items[itGold], 5))
|
||||
|
Reference in New Issue
Block a user