Files
nethack/include
PatR 57e970b227 mon_pmname(), obj_pmname()
Revive some code from 5 or so years ago that's been sitting in a
defunct local git branch.  There are a couple of references to
figurines having gender; the old, unfinished code did already have
support for that, the current code doesn't.  It probably won't take
much effort to add it in but I want to get this first part out of
the way.

Replace some of the
pmname(mon->data, Mgender[mon]) calls with simpler
mon_pmname(mon) and some
pmname(&mons[statue->corpsenm],
   (statue->spe & CORPSTAT_GENDER) == ... ? ... : ...) with simpler
obj_pmname(obj).  There are other instances of them which haven't
been changed but could be.
2021-06-12 03:07:30 -07:00
..
2021-01-03 13:37:25 -06:00
2021-02-07 22:25:25 -06:00
2020-10-14 09:25:45 -07:00
2020-09-28 16:25:31 -04:00
2021-01-23 15:02:11 -08:00
2021-02-08 00:11:07 -05:00
2021-01-26 21:06:16 -05:00
2020-11-13 20:27:17 +02:00
2021-06-12 03:07:30 -07:00
2021-02-10 17:06:12 +02:00
2020-01-29 10:29:37 -05:00
2021-01-26 21:06:16 -05:00
2019-01-28 10:02:08 +01:00
2021-01-20 22:18:34 -06:00
2020-12-04 09:30:21 +02:00
2020-12-13 10:27:49 -05:00
2021-01-26 21:06:16 -05:00
2021-01-26 21:06:16 -05:00
2021-05-30 01:01:01 -07:00
2021-01-31 09:20:25 -05:00
2020-08-12 16:15:28 -07:00
2021-01-26 21:06:16 -05:00
2021-01-26 21:06:16 -05:00
2021-01-31 14:15:08 -05:00
2021-03-14 15:12:46 -07:00
2020-12-08 12:58:36 -08:00
2021-01-31 12:49:22 -05:00
2021-03-13 18:18:53 -08:00
2021-03-13 18:17:00 -08:00
2021-03-13 18:18:53 -08:00
2021-03-16 09:13:55 -07:00
2021-01-26 10:27:51 -05:00