From b2f7c56e95cdcc7b5b0eda45527493c110f7db63 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 23 Jan 2024 11:00:23 -0500 Subject: [PATCH] adjust comment wording for beyond 3.6 --- include/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/objects.h b/include/objects.h index 98ee04a7f..cab496346 100644 --- a/include/objects.h +++ b/include/objects.h @@ -1402,7 +1402,7 @@ SPELL("blank paper", "plain", P_NONE, 18, 0, 0, 0, 0, HI_PAPER, even if hero learns every spell, spl_book[] will have at least one unused slot at end; an unused slot is needed for use as terminator */ MARKER(LAST_SPELL, SPE_BLANK_PAPER) -/* tribute book for 3.6 */ +/* tribute book added in 3.6 */ OBJECT(OBJ("novel", "paperback"), BITS(0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, P_NONE, PAPER), 0, SPBOOK_CLASS, 1, 0, 10, 20, 0, 0, 0, 1, 20, CLR_BRIGHT_BLUE,