Skip to content

Commit 9ec65ec

Browse files
committed
maybe improved text?
1 parent cbaa64e commit 9ec65ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ default:
44
@just --list
55

66
fmt *ARGS:
7-
build-scripts/fmt.sh {{ARGS}}
7+
build-scripts/fmt.sh {{ ARGS }}
88

99
fmt-cpp *FILES:
10-
build-scripts/fmt.sh cpp {{FILES}}
10+
build-scripts/fmt.sh cpp {{ FILES }}
1111

1212
fmt-json *FILES:
13-
build-scripts/fmt.sh json {{FILES}}
13+
build-scripts/fmt.sh json {{ FILES }}
1414

1515
fmt-docs:
1616
build-scripts/fmt.sh docs

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 true, armor will be able to take damage from attacks that don't penetrate it, but attacks in general damage armor less frequently." ),
2849+
translate_marker( "If true, armor will be able to take damage from attacks that don't penetrate it at all, but attacks in general damage armor less frequently." ),
28502850
true );
28512851

28522852
add_empty_line();

0 commit comments

Comments
 (0)