From 77bc07f579290eefbfeb946a786e73715fcd21bd Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sun, 20 Jan 2019 15:56:40 +0200 Subject: [PATCH] Make demon gating show a message This was both an accessibility and comprehensibility issue. --- doc/fixes36.2 | 1 + src/minion.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/fixes36.2 b/doc/fixes36.2 index 141c13584..f4130f94d 100644 --- a/doc/fixes36.2 +++ b/doc/fixes36.2 @@ -342,6 +342,7 @@ the simulation of dual weapon combat when polymorphed into a form with more used seconary weapon even when wearing a shield, or if it was silver even when current shape couldn't handle silver, or if it was cursed; cursed is allowed but weapon will be dropped, just like in two-weapon +demons gated in other demons without any message Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository diff --git a/src/minion.c b/src/minion.c index 973572184..7d4c6b9c8 100644 --- a/src/minion.c +++ b/src/minion.c @@ -143,6 +143,8 @@ struct monst *mon; EMIN(mtmp)->renegade = (atyp != u.ualign.type) ^ !mtmp->mpeaceful; } + if (is_demon(ptr) && canseemon(mtmp)) + pline("%s appears in a cloud of smoke!", Amonnam(mtmp)); } cnt--; } -- 2.40.0