nhmall
5f69dc6228
make attack result macros more distinguishable from makemon macros
Use the MM_ prefix only for the makemon macros, and change these five as follows:
MM_MISS 0x0 -> M_ATTK_MISS /* aggressor missed */
MM_HIT 0x1 -> M_ATTK_HIT /* aggressor hit defender */
MM_DEF_DIED 0x2 -> M_ATTK_DEF_DIED /* defender died */
MM_AGR_DIED 0x4 -> M_ATTK_AGR_DIED /* aggressor died */
MM_AGR_DONE 0x8 -> M_ATTK_AGR_DONE /* aggressor is done with their turn */
include/hack.h:#define NO_MM_FLAGS 0x000000L /* use this rather than plain 0 */
include/hack.h:#define MM_NOWAIT 0x000002L /* don't set STRAT_WAITMASK flags */
include/hack.h:#define MM_NOCOUNTBIRTH 0x000004L /* don't increment born count (for revival) */
include/hack.h:#define MM_IGNOREWATER 0x000008L /* ignore water when positioning */
include/hack.h:#define MM_ADJACENTOK 0x000010L /* acceptable to use adjacent coordinates */
include/hack.h:#define MM_ANGRY 0x000020L /* monster is created angry */
include/hack.h:#define MM_NONAME 0x000040L /* monster is not christened */
include/hack.h:#define MM_EGD 0x000100L /* add egd structure */
include/hack.h:#define MM_EPRI 0x000200L /* add epri structure */
include/hack.h:#define MM_ESHK 0x000400L /* add eshk structure */
include/hack.h:#define MM_EMIN 0x000800L /* add emin structure */
include/hack.h:#define MM_EDOG 0x001000L /* add edog structure */
include/hack.h:#define MM_ASLEEP 0x002000L /* monsters should be generated asleep */
include/hack.h:#define MM_NOGRP 0x004000L /* suppress creation of monster groups */
include/hack.h:#define MM_NOTAIL 0x008000L /* if a long worm, don't give it a tail */
include/hack.h:#define MM_MALE 0x010000L /* male variation */
include/hack.h:#define MM_FEMALE 0x020000L /* female variation */
include/hack.h:#define MM_NOMSG 0x040000L /* no appear message */
include/hack.h:#define MM_NOEXCLAM 0x400000L /* more sedate "<mon> appears." mesg for ^G */
include/hack.h:#define MM_IGNORELAVA 0x800000L /* ignore lava when positioning */
2023-03-19 12:19:34 -04:00
..
2022-02-04 11:01:20 -05:00
2022-03-13 13:58:56 -07:00
2022-11-29 21:53:21 -05:00
2022-07-19 21:23:26 +03:00
2022-07-19 21:23:26 +03:00
2022-11-29 21:53:21 -05:00
2020-08-03 22:07:36 -04:00
2022-10-30 16:08:14 -04:00
2021-07-24 17:52:47 -04:00
2023-01-19 18:51:42 -05:00
2023-03-04 11:02:06 +02:00
2022-06-30 23:48:18 -04:00
2023-03-16 22:27:01 -04:00
2023-03-05 17:35:49 -05:00
2023-03-01 14:00:29 +02:00
2023-03-16 22:27:01 -04:00
2021-01-26 21:06:16 -05:00
2023-03-01 14:00:29 +02:00
2023-03-05 17:35:49 -05:00
2023-03-18 21:47:34 -07:00
2023-03-01 19:17:47 -05:00
2021-10-16 12:12:21 -04:00
2022-08-23 23:27:21 +03:00
2023-01-01 19:55:02 -05:00
2023-03-16 22:27:01 -04:00
2022-07-01 08:36:03 -04:00
2022-03-11 07:33:28 -05:00
2022-06-19 02:30:45 -07:00
2020-08-03 22:07:36 -04:00
2022-11-29 21:53:21 -05:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2022-11-29 21:53:21 -05:00
2023-03-19 12:19:34 -04:00
2023-03-16 22:27:01 -04:00
2023-02-25 07:02:19 -08:00
2023-03-11 10:49:53 -08:00
2023-02-25 07:02:19 -08:00
2023-03-16 22:27:01 -04:00
2023-01-12 14:54:05 -08:00
2023-02-07 16:47:42 -08:00
2023-03-01 19:17:47 -05:00
2023-03-17 20:13:32 +02:00
2023-01-01 19:55:02 -05:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2023-03-17 20:13:32 +02:00
2023-02-28 16:15:56 -05:00
2022-07-23 23:11:13 -07:00
2023-02-25 16:05:27 -05:00
2023-02-25 18:05:09 +02:00
2022-11-29 21:53:21 -05:00
2022-12-10 12:27:18 -05:00
2022-11-18 17:54:17 -08:00
2022-12-10 12:27:18 -05:00
2020-08-03 22:07:36 -04:00
2020-08-12 16:15:28 -07:00
2021-10-16 12:12:21 -04:00
2022-10-26 14:21:23 -04:00
2023-02-01 14:15:34 -05:00
2022-12-06 00:49:52 -08:00
2022-10-29 10:54:25 -04:00
2022-11-29 21:53:21 -05:00
2023-01-06 15:53:06 +02:00
2021-10-22 12:27:10 -04:00
2022-06-30 23:48:18 -04:00
2023-03-12 19:21:51 +02:00
2023-01-31 22:19:29 -05:00
2023-01-19 18:51:42 -05:00
2023-01-01 19:55:02 -05:00
2023-01-01 19:55:02 -05:00
2023-01-01 19:55:02 -05:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2023-03-16 22:27:01 -04:00
2022-11-29 21:53:21 -05:00