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:
commit
3f082e2c39
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue