summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-item.cc')
-rw-r--r--crawl-ref/source/wiz-item.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-item.cc b/crawl-ref/source/wiz-item.cc
index 42376be3ae..b4b94bb94f 100644
--- a/crawl-ref/source/wiz-item.cc
+++ b/crawl-ref/source/wiz-item.cc
@@ -165,7 +165,7 @@ void wizard_create_spec_object()
if (mons_weight(mon) <= 0)
{
if (!yesno("That monster doesn't leave corpses; make one "
- "anyway?"))
+ "anyway?", true, 'y'))
{
return;
}
@@ -630,7 +630,7 @@ void wizard_make_object_randart()
if (is_random_artefact(item))
{
- if (!yesno("Is already a randart; wipe and re-use?"))
+ if (!yesno("Is already a randart; wipe and re-use?", true, 'n'))
{
canned_msg(MSG_OK);
return;