summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 482d732e12..0ba286f991 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -1153,7 +1153,7 @@ static bool _init_randart_book(item_def &book)
ASSERT(book.plus != 0);
god_type god;
- bool redo = !origin_is_god_gift(book, &god) || god != GOD_XOM;
+ bool redo = (!origin_is_god_gift(book, &god) || god != GOD_XOM);
// Plus and plus2 contain paramaters to make_book_foo_randart()
// which might get changed after the book has been made into a
@@ -2110,7 +2110,7 @@ bool make_item_randart( item_def &item )
}
}
- // This already is a randart.
+ // This item already is a randart.
if (item.flags & ISFLAG_RANDART)
return (true);