fix #H7749 - "you detect it"
'Detect' is used for observing a vampire shape change without being able to see the vampire. The problem here is that it changed from bat form to fog cloud form in order to pass under a closed door, and the message was being delivered when it was already at the door location instead of before the move from a visible spot to that door. I'm not happy with this fix, but any other alternative I considered seemed to be worse. Having the shape change use up the monster's move is probably a better way to go. Then on its next move it will be in the right form to make a normal flow-under-door move.
This commit is contained in:
@@ -300,6 +300,8 @@ identifying or forgetting gem types now adjusts prices for gems already on
|
||||
when fire converts an ice location into a water location, dunk any monster on
|
||||
that spot immediately instead of waiting until its next move
|
||||
training riding skill had an off-by-one bug when counting turns riding
|
||||
message sequencing when vampire shifts to fog cloud to pass under closed door:
|
||||
when in sight, give form change message before moving to door spot
|
||||
|
||||
|
||||
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user