diff --git a/src/pline.c b/src/pline.c index f4b553a01..7eee2585f 100644 --- a/src/pline.c +++ b/src/pline.c @@ -481,6 +481,10 @@ VA_DECL(const char *, s) if (g.program_state.something_worth_saving) Strcat(pbuf, " (Saving and reloading may fix this problem.)"); pline("%s", VA_PASS1(pbuf)); + pline("Please report these messages to %s.", DEVTEAM_EMAIL); + if (sysopt.support) { + pline("Alternatively, contact local support: %s", sysopt.support); + } g.program_state.in_impossible = 0; VA_END();