]> granicus.if.org Git - nethack/commit
Apply dest. limit to monster trap door usage
authorMichael Meyer <me@entrez.cc>
Thu, 22 Sep 2022 00:19:33 +0000 (20:19 -0400)
committerPasi Kallinen <paxed@alt.org>
Thu, 22 Sep 2022 08:36:48 +0000 (11:36 +0300)
commit81285b661e7c8393cc95750b35f794f35ddac100
tree3e13159b7e242a11f89f6246cd16edd0c6bacddc
parent9f5b362601d291996acb28feb882661bbfe3bf78
Apply dest. limit to monster trap door usage

To prevent monsters from falling past the bottom level or into the
sanctum early, and to maintain consistency between monster and hero hole
usage.
include/extern.h
src/teleport.c
src/trap.c