From 4ceb7c37431ea2621de10ff6e50803e506cdc8ac Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 24 Oct 2003 12:15:46 +0000 Subject: [PATCH] starting pet identification make it possible for the code to recognize your starting pet throughout the game via is_starting_pet(mon) macro. --- doc/fixes35.0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes35.0 b/doc/fixes35.0 index 1bef51bc8..518e87f12 100644 --- a/doc/fixes35.0 +++ b/doc/fixes35.0 @@ -41,6 +41,8 @@ deafness now a full-fledged attribute water should flow into pits from broken wand of digging objects that fall thru trapdoors, et al, can break on impact support engraving in blood in special level files +make it possible for the code to recognize your starting pet throughout the + game via is_starting_pet(mon) macro. Platform- and/or Interface-Specific Fixes