From 7445435a36c12b963f58c82784d9f09ac84f1395 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Feb 2021 09:41:21 -0500 Subject: [PATCH] unify code for extracting an object from a monster's inventory PR #455 Closes #455 --- doc/fixes37.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 6972dd91b..432235692 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -848,6 +848,7 @@ add a varied form of LIBNH nethack library contribution (github #385, #403) add cross-compile to WASM (github #385, #403, #412) differentiating gendered monster tiles from NullCGT (#430) check bones data directly for deja vu messages (#374) +unify code for extracting an object from a monster's inventory (#455) Code Cleanup and Reorganization