Skip to content

Commit cbaa64e

Browse files
authored
Apply suggestion from @chaosvolt
1 parent 0dde31b commit cbaa64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ void options_manager::add_options_debug()
28462846
false );
28472847

28482848
add( "NEW_ARMOR_CALCULATION", debug, translate_marker( "New armor damage calculation" ),
2849-
translate_marker( "If false, armor will no longer take damage from attacks that don't penetrate it, but attacks in general damage armor more." ),
2849+
translate_marker( "If true, armor will be able to take damage from attacks that don't penetrate it, but attacks in general damage armor less frequently." ),
28502850
true );
28512851

28522852
add_empty_line();

0 commit comments

Comments
 (0)