mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-28 16:32:27 +01:00
Mordish quest prisoners
The dwarf king in the mordish quest
This commit is contained in:
parent
7a77a69e44
commit
650f77e885
1 changed files with 4 additions and 1 deletions
|
@ -5478,7 +5478,10 @@ boolean goodequip;
|
|||
otmp = mongets(mtmp, rn2(11) ? ROBE : CLOAK_OF_MAGIC_RESISTANCE, mkobjflags);
|
||||
if(otmp) otmp->obj_color = CLR_ORANGE;
|
||||
} else if (is_dwarf(ptr)) { //slightly rearanged code so more dwarves get helms -D_E
|
||||
if(In_mordor_quest(&u.uz)
|
||||
if(mm == PM_DWARF_KING && In_quest(&u.uz) && u.uz.dlevel == nemesis_level.dlevel && urole.neminum == PM_NECROMANCER && in_mklev){
|
||||
(void)mongets(mtmp, SHACKLES, mkobjflags);
|
||||
mtmp->entangled = SHACKLES;
|
||||
} else if(In_mordor_quest(&u.uz)
|
||||
&& !In_mordor_forest(&u.uz)
|
||||
&& !Is_ford_level(&u.uz)
|
||||
&& !In_mordor_fields(&u.uz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue