diff --git a/src/pray.c b/src/pray.c index 52452559f..f8f7e7d9e 100644 --- a/src/pray.c +++ b/src/pray.c @@ -1309,7 +1309,11 @@ register struct obj *otmp; Your("sacrifice disappears!"); else Your("sacrifice is consumed in a %s!", - u.ualign.type == A_LAWFUL ? "flash of light" : "burst of flame"); + u.ualign.type == A_LAWFUL + ? "flash of light" + : u.ualign.type == A_NEUTRAL + ? "cloud of smoke" + : "burst of flame"); if (carried(otmp)) useup(otmp); else