mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-03 05:45:08 +01:00
Vampire spawn don't lose tameness while you're off level
This commit is contained in:
parent
5ce61d88a1
commit
2e63081795
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ long nmv; /* number of moves */
|
|||
|
||||
/* reduce tameness for every 150 moves you are separated */
|
||||
if (get_mx(mtmp, MX_EDOG) && !(EDOG(mtmp)->loyal) && !(EDOG(mtmp)->dominated)
|
||||
&& !(Race_if(PM_VAMPIRE) && is_vampire(mtmp->data))
|
||||
&& !(
|
||||
In_quest(&u.uz)
|
||||
&& ((Is_qtown(&u.uz) && !flags.stag) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue