^G control

Wizard mode monster creation underwent several changes for 3.4.0
(explicitly create "tame <monster>", create a monster by class letter,
repeat the creation for N monsters) and one of them rendered the check
to prevent creating orphaned shopkeepers, temple priests, vault guards,
and worm tails inoperative.  Put that back, and extend the control to
allow you to specify "peaceful <monster>" and "hostile <monster>" too.
This commit is contained in:
nethack.rankin
2003-01-10 10:44:31 +00:00
parent 9799fec87d
commit c03947d2f8
2 changed files with 32 additions and 19 deletions

View File

@@ -352,6 +352,7 @@ really add artifacts inside carried containers to final score (3.3.1 fix
displayed them them but didn't include any points for them)
drop alternate weapon to terminate twoweapon combat if the alternate
weapon gets cursed
restore monster creation sanity checks to wizard mode ^G command
Platform- and/or Interface-Specific Fixes