Fix RRV snakes sometimes being colored like SN snakes

This commit is contained in:
Jesse Ruderman 2021-08-02 12:45:46 -07:00
parent b67b946126
commit 5d4584c66a
1 changed files with 1 additions and 1 deletions

View File

@ -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))