Show "You feel very comfortable here" message when crowned

This commit is contained in:
copperwater
2020-01-04 22:54:14 +01:00
committed by Patric Mueller
parent 1acd631766
commit c59387d9aa
+1 -1
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...");