1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-29 08:52:25 +01:00

Merge pull request #1813 from NeroOneTrueKing/patch-wiz-pierce-veil

Wiz `setinsight` pierces veil
This commit is contained in:
Chris-plus-alphanumericgibberish 2021-11-24 14:01:32 -05:00 committed by GitHub
commit 3f082e2c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1455,6 +1455,12 @@ STATIC_PTR int wiz_setinsight()
int newval;
int ret;
if (u.veil) {
if (yn("Pierce veil?") == 'y')
u.veil = FALSE;
else
return 0;
}
getlin("Set your insight to what?", buf);
(void)mungspaces(buf);