mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-06 12:45:25 +01:00
Blasphemous lurkers and lurking ones unblind themselves
This prevents a :( combo between god altar lightning bolts and BL blaspheme gaze.
This commit is contained in:
parent
ebceb70340
commit
747a4e7bf3
1 changed files with 4 additions and 0 deletions
|
@ -1696,6 +1696,10 @@ struct monst *mtmp;
|
|||
if(canspotmon(mtmp)) pline("%s forms new eyes!",Monnam(mtmp));
|
||||
mtmp->mblinded = 1;
|
||||
}
|
||||
if(!mtmp->mcansee && (mtmp->mtyp == PM_BLASPHEMOUS_LURKER || mtmp->mtyp == PM_LURKING_ONE)){
|
||||
if(canspotmon(mtmp)) pline("%s opens more eyes!",Monnam(mtmp));
|
||||
mtmp->mblinded = 1;
|
||||
}
|
||||
|
||||
//No point in checking it before setting it.
|
||||
mtmp->mgoatmarked = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue