Merge pull request #273 from jruderman/vsnekcolor

Fix RRV snakes sometimes being colored like SN snakes
This commit is contained in:
Zeno Rogue 2021-08-04 19:11:26 +02:00 committed by GitHub
commit e61a69207a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,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))