fix #H5507 - vampire death message bug
Fix a couple of weird messages issued when a shape-shifted vampire is "killed" and reverts to regular vampire form instead of dying. First weird one was when vampire has been given a name, as reported. Second was noticed while fixing that: when cause of death destroys the creature so thoroughly that there'd be no corpse, the alternate phrasing for noncorporeal or amorphous form should be used. old: The Dracula suddenly transforms and rises as Dracula! The vampire bat is disintegrated. The seemingly dead vampire bat suddenly transforms and rises as a vampire! new: Dracula suddenly transforms and rises as a vampire! The vampire bat is disintegrated. The seemingly dead vampire bat suddenly reconstitutes and rises as a vampire!
This commit is contained in:
@@ -382,6 +382,13 @@ removing a blindfold with 'A' took two turns, with 'R' (and 'T') only one,
|
||||
and could result in a panic if the blindfold was stolen during removal
|
||||
cmdassist help for movement prefix followed by invalid direction was strange
|
||||
when the direction was up, down, or self disallowed for that prefix
|
||||
poor message when shape-shifted vampire reverts to vampire if it has a name:
|
||||
The Dracula suddenly transforms and rises as Dracula.
|
||||
poor message when shape-shifted vampire reverts if cause of 'death' was
|
||||
disintegration or digestion and shifted form wasn't amorphous:
|
||||
The vampire bat is disintegrated. The vampire bat suddenly transforms
|
||||
and rises as a vampire. (fix: switch to existing alternate phrasing
|
||||
used for amorphous form, "reconstitute" rather than "transform")
|
||||
|
||||
|
||||
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user