Skip to content

Commit 65f3478

Browse files
committed
Brace.
[skip ci]
1 parent bc573f3 commit 65f3478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crawl-ref/source/spl-cast.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,8 +1372,10 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail,
13721372

13731373
string title = make_stringf("Aiming: <w>%s</w>", spell_title(spell));
13741374
if (allow_fail)
1375+
{
13751376
title += make_stringf(" <lightgrey>(%s)</lightgrey>",
13761377
_spell_failure_rate_description(spell).c_str());
1378+
}
13771379

13781380
direction_chooser_args args;
13791381
args.hitfunc = hitfunc.get();

0 commit comments

Comments
 (0)