]> granicus.if.org Git - nethack/commitdiff
Show "You feel very comfortable here" message when crowned
authorcopperwater <aosdict@gmail.com>
Tue, 23 Jan 2018 19:34:59 +0000 (14:34 -0500)
committerPatric Mueller <bhaak@gmx.net>
Sat, 4 Jan 2020 21:54:14 +0000 (22:54 +0100)
src/sit.c

index 45be25ba8fdd654913f92dc3ad1e7d81d7510873..29426632e78a7c5874b1874bf70219af2d358a01 100644 (file)
--- 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...");