]> granicus.if.org Git - nethack/commit
monsters moving other monsters (trunk only)
authornethack.allison <nethack.allison>
Sun, 16 Nov 2003 20:10:30 +0000 (20:10 +0000)
committernethack.allison <nethack.allison>
Sun, 16 Nov 2003 20:10:30 +0000 (20:10 +0000)
commit89c785e366cdc9c63b4c1ae73ae390ea170bd692
treef1db8aa789e29ae6067c8a86e750f9182c1456d5
parent925aac1756d14b7e301ccfaff03c7236cdee92f8
monsters moving other monsters (trunk only)

For now, the code is conditional on BARGETHROUGH
being defined, while it gets tested further. While behavior is
different with and without BARGETHROUGH defined, savefiles
are the same either way.

After this patch is applied, only the riders have the M3_DISPLACES
bit set, but the Wizard and Vlad probably should too. Any others?
13 files changed:
include/config.h
include/extern.h
include/mfndpos.h
include/mondata.h
include/monflag.h
include/patchlevel.h
src/dogmove.c
src/mhitm.c
src/mon.c
src/monmove.c
src/monst.c
src/teleport.c
util/makedefs.c