Files
nethack/src
nethack.rankin e16a078655 artifact name formatting
Many (most?) non-weapon artifacts show up in inventory and messages
as "the <foo> of <bar>" even when their underlying object type hasn't been
discovered yet.  For types which don't use the `known' bit, obj->known is
forced to 1; obj_is_pname() checked that but not the oc_name_known flag
for the type.  So you'd see things like "the Heart of Ahriman" instead of
"a luckstone named <the H of A>" or "a gray stone named <the H of A>" even
though it hadn't been identified yet, unintentionally hiding the artifact's
object type from the player.
2007-03-17 01:50:45 +00:00
..
2002-01-18 02:50:06 +00:00
2007-03-15 05:24:45 +00:00
2006-07-08 03:22:40 +00:00
2006-07-03 15:11:25 +00:00
2006-09-24 22:31:22 +00:00
2007-03-02 03:28:25 +00:00
2007-02-22 16:19:04 +00:00
2007-03-01 03:33:12 +00:00
2007-02-20 01:45:19 +00:00
2007-03-03 05:07:53 +00:00
2007-01-27 04:33:16 +00:00
2007-02-10 17:30:24 +00:00
2007-02-18 03:24:58 +00:00
2007-02-04 05:31:24 +00:00
2007-03-16 03:09:52 +00:00
2007-02-10 02:02:49 +00:00
2007-01-11 05:15:33 +00:00
2007-03-04 02:18:59 +00:00
2006-05-11 03:26:55 +00:00
2007-03-15 05:24:45 +00:00
2007-03-06 03:00:05 +00:00
2006-07-09 16:25:39 +00:00
2007-02-20 02:32:50 +00:00
2006-12-15 02:36:58 +00:00
2006-11-10 05:13:57 +00:00
2007-02-10 04:19:41 +00:00
2006-09-21 01:46:15 +00:00
2006-12-15 02:36:58 +00:00
2006-08-24 04:50:45 +00:00
2007-01-28 02:20:40 +00:00
2007-02-13 04:54:35 +00:00
2006-10-03 03:32:26 +00:00
2005-12-15 04:52:43 +00:00
2007-03-17 01:50:45 +00:00
2007-02-22 05:16:58 +00:00
2007-02-18 03:33:43 +00:00
2006-12-15 05:25:51 +00:00
2007-01-07 05:11:09 +00:00
2007-03-06 03:00:05 +00:00
2006-12-19 05:24:59 +00:00
2006-09-21 15:03:48 +00:00
2007-01-16 04:54:38 +00:00
2007-03-02 03:28:25 +00:00
2006-12-01 07:38:18 +00:00
2007-02-10 17:30:24 +00:00
2006-07-30 20:08:57 +00:00
2006-12-07 05:27:18 +00:00
2006-12-15 02:36:58 +00:00
2006-12-15 02:36:58 +00:00
2007-03-08 03:14:20 +00:00
2007-02-11 01:23:28 +00:00
2006-12-17 04:42:16 +00:00
2006-06-11 18:27:55 +00:00
2006-12-12 04:52:39 +00:00
2007-02-18 03:33:43 +00:00
2006-06-11 06:09:35 +00:00
2007-02-03 01:59:49 +00:00
2005-07-17 05:00:25 +00:00