Three spaces away, a yak appears out of thin air, between me and the
down stairs in a narrow area. I go around him, try and confuse him
once, and he gets a critical hit on me and I'm dead.
Thin air. That hurt. Deep inside.
It always amuses me when people talk about critical hits in Crawl. They
don't exist, but somehow the game gives people an illusion they do.
It *felt* critical. It was an "ow that really hurt!" message.
that's just a generic high-damage attack
--
"Six by nine. Forty two."
"That's it. That's all there is."
"I always thought something was fundamentally wrong with the universe"
> It *felt* critical. It was an "ow that really hurt!" message.
I haven't code-dived Crawl, but I think Ow that really hurt! is the
warning message you get when a single attack takes more than half your
max hit points.
I'm not sure whether it's "half your max hit points" or "significant
fraction and greater than the remainder", but yes. (I can't be arsed
looking it up right now :)
--
\_\/_/ turbulence is certainty turbulence is friction between you and me
\ / every time we try to impose order we create chaos
\/ -- Killing Joke, "Mathematics of Chaos"
it checks that you.hp_max <= dam * 2. (also dam > 0, which is silly).