From ce79cb519c4ec02c7fe291d1cb16d3ed2a66086f Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 11 Nov 2023 01:25:49 -0800 Subject: [PATCH] fixes entry for PR #1129 - using up ammo/missiles Pull request by entrez: have monsters and the hero use the same code when deciding whether to destroy a missile that hits a monster after being thrown or shot. Closes #1129 --- doc/fixes3-7-0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 8bf886447..52bbde74e 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1280,6 +1280,8 @@ set and check mon->mstate flags more consistently fix sanity error when cloud was created over an engraving docall naming of the monster that currently has the hero swallowed by using their visible interior +give missiles thrown or shot by monsters the same chance to get used up upon + hitting as when thrown or shot by the hero Fixes to 3.7.0-x General Problems Exposed Via git Repository