mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-28 16:32:27 +01:00
This would allow aglaope to be generated not asleep, but she is meant to be asleep, see Bard.des
This commit is contained in:
parent
f966a1f60e
commit
bc39faa549
1 changed files with 4 additions and 2 deletions
|
@ -5201,9 +5201,11 @@ register int mmflags;
|
|||
case S_JABBERWOCK:
|
||||
case S_NYMPH:
|
||||
if (rn2(5) && !u.uhave.amulet
|
||||
&& mndx != PM_NIMUNE && mndx != PM_INTONER
|
||||
&& mndx != PM_NIMUNE && mndx != PM_INTONER && mndx != PM_AGLAOPE
|
||||
&& !(Role_if(PM_ANACHRONONAUT) && In_quest(&u.uz))
|
||||
) mtmp->msleeping = 1;
|
||||
){
|
||||
mtmp->msleeping = 1;
|
||||
}
|
||||
break;
|
||||
case S_ORC:
|
||||
if (Race_if(PM_ELF)) mtmp->mpeaceful = FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue