Show "You feel very comfortable here" message when crowned

This commit is contained in:
copperwater
2018-01-23 14:34:59 -05:00
committed by Patric Mueller
parent 1acd631766
commit c59387d9aa

View File

@@ -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...");