new makemon() flag

add a flag to makemon() to allow monster to be created adjacent to the supplied  coordinates if there is already a monster at the target location
This commit is contained in:
nethack.allison
2003-07-19 12:24:32 +00:00
parent 39a0544360
commit 9608015ac8
3 changed files with 15 additions and 3 deletions

View File

@@ -106,6 +106,8 @@ never display I symbol on the mounted hero/steed location
pit digging is no longer stopped by a sleeping monster next to you
ensure mksobj() always attaches timer to corpse, even if called with init FALSE
only charge for eating one stacked tin, not all at once
add flag to makemon() to allow monster to be created adjacent to the supplied
coordinates if there is already a monster at the target location
Platform- and/or Interface-Specific Fixes