fixes37.0 update

This commit is contained in:
nhmall
2021-01-02 10:49:48 -05:00
parent 10dfceac7b
commit 1f78be370d

View File

@@ -9,8 +9,8 @@ hero polymorphed into a vampire can use #monster to shape-shift rather than
adjust bones filename buffer sizes to accommodate suffix
fix internal self-recover to work with recent fields added to checkpoint file
improvements to pronoun usage when hallucinating
function calls made from mapglyph based on dungeon level are now called once
per level
function calls made from map_glyphmod() based on dungeon level are now called
once per level
fast hero could have random clairvoyance happen more than once on same turn
using 'Q' on wielded weapon would offer to split stack; make using 'w' on a
quivered stack behave similarly
@@ -857,4 +857,4 @@ replace the single permonst mname field with male, female, and gender-neutral
names pmnames[NUM_MGENDERS] fields
add a new glyphmod parameter to window interface *_print_glyph() to be used
to provide additional details to the window port beyond the glyph;
begin to phase out the mapglyph() calls from within windows ports
window port mapglyph() calls and the function itself were removed