]> granicus.if.org Git - nethack/commit
more #H8167 - late messages
authorPatR <rankin@nethack.org>
Mon, 11 Feb 2019 21:39:34 +0000 (13:39 -0800)
committerPatR <rankin@nethack.org>
Mon, 11 Feb 2019 21:39:34 +0000 (13:39 -0800)
commit4bb556096133a6d9a03309e6c499bcf55cc5e487
treebb1c3f744a64a8f8dccd09297a877be74dad4ca5
parent684fee0f64b26a8ed7f86b54cddf7586254d3c53
more #H8167 - late messages

Do late message suppression in a different fashion.  Also, there are
more messages than shk taking hero's possessions and guard taking
hero's gold that need to be suppressed if regular message delivery
is no longer possible:  "do not pass Go", "you arise from the grave
as a foo", "the corridor disappears", "you are encased in the rock".
Those last two are from vault handling but take place in a convoluted
manner:  paygd -> mongone -> grddead -> clear_fcorr.
include/extern.h
src/end.c
src/shk.c
src/vault.c