]> granicus.if.org Git - nethack/commitdiff
fix glob fixes
authorPatR <rankin@nethack.org>
Sat, 30 Jan 2016 00:06:32 +0000 (16:06 -0800)
committerPatR <rankin@nethack.org>
Sat, 30 Jan 2016 00:06:32 +0000 (16:06 -0800)
The impossible about partly eaten glob having more nutrition than
an untouched one after another glob had been absorbed into it was
not a 3.6.0 bug, it was an interim situation when I converted glob
nutrition to be based on glob weight rather than on the creature
corpse weight.  So take that fixes36.1 entry out.

Add one about black puddings that was included in the glob patch.

doc/fixes36.1

index ea201a07df20b282f6ac660df7312d1509cc7c19..293447b3e6e5bcf3fd12e43532e0df3564e94740 100644 (file)
@@ -88,8 +88,7 @@ requiver pickup_thrown objects if quiver is empty
 make mimics mimicing walls or trees also block light
 stepping onto lava destroyed non-fireproof water walking boots but left other
        vulnerable boot types intact
-fix eating messages which referred to globs as corpses
-fix death reason when eating tainted glob of <monster> (not corpse)
+damage and death reasons when eating globs referred to them as corpses
 fix death reason when petrified (avoid redundant 'while getting stoned')
 use appropriate place name for drum of earthquake shakes
 fix unmapped branch stairs on sokoban level
@@ -113,8 +112,9 @@ do allow globs with same curse/bless state to merge even when that state is
 make glob merging on floor behave the same as glob merging in inventory
 track age of merged globs
 support globs for edibility temporary intrinsic
-handle eating partly eaten glob that has increased in weight since prior eat
 restore ability to gain intrinsics from black puddings (pass globs to cpostfx)
+eating tainted black pudding (glob in 3.6.0, corpse in 3.4.x and 3.3.x)
+       referred to it as "meat" (because it's not vegetarian food)
 fix pile mark after killing a monster carrying a potion which is destroyed
 don't list suit as likely candidate for Take-off if cloak blocks it
 only list known blank scrolls and known blank spellbooks as likely candidates