From: copperwater Date: Tue, 23 Jan 2018 19:34:59 +0000 (-0500) Subject: Show "You feel very comfortable here" message when crowned X-Git-Tag: NetHack-3.7.0_WIP~89^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c59387d9aa6da0f6eee964139cc4bf4c2dbce068;p=nethack Show "You feel very comfortable here" message when crowned --- diff --git a/src/sit.c b/src/sit.c index 45be25ba8..29426632e 100644 --- a/src/sit.c +++ b/src/sit.c @@ -274,7 +274,7 @@ dosit() break; } } else { - if (is_prince(g.youmonst.data)) + if (is_prince(g.youmonst.data) || u.uevent.uhand_of_elbereth) You_feel("very comfortable here."); else You_feel("somehow out of place...");