typo in englightenment for stealth when mounted

reported as internal#K4306: typo in englightenment for stealth when mounted
This commit is contained in:
nhmall
2024-12-02 11:11:48 -05:00
parent d0d179efcb
commit 86679ebddb

View File

@@ -1637,7 +1637,7 @@ attributes_enlightenment(
if (Stealth) {
you_are("stealthy", from_what(STEALTH));
} else if (BStealth && (HStealth || EStealth)) {
Sprintf(buf, " steathy%s",
Sprintf(buf, " stealthy%s",
(BStealth == FROMOUTSIDE) ? " if not mounted" : "");
enl_msg(You_, "would be", "would have been", buf, "");
}