Skip to content

Commit

Permalink
Fix astyle regression (2019-10-15) (CleverRaven#34772)
Browse files Browse the repository at this point in the history
* Fix astyle regression

* Simplify boolean expression
  • Loading branch information
ZhilkinSerg authored and Ramza13 committed Nov 5, 2019
1 parent 0d6fc57 commit 7131900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/martialarts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ std::string ma_technique::get_description() const
if( disarms ) {
dump << _( "* Will <info>disarm</info> the target" ) << std::endl;
}

if( take_weapon ) {
dump << _( "* Will <info>disarm</info> the target and <info>take their weapon</info>" ) <<
std::endl;
Expand Down

0 comments on commit 7131900

Please sign in to comment.