summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 903a3ca841..36c329d349 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -1769,7 +1769,7 @@ static void _tweak_randart(item_def &item)
{
case RAP_VAL_BOOL:
mprf(MSGCH_PROMPT, "Toggling %s to %s.", _prop_name[choice],
- props[choice] ? "off" : "on", 1);
+ props[choice] ? "off" : "on");
randart_set_property(item, static_cast<randart_prop_type>(choice),
!props[choice]);
break;