diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:32:40 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-30 22:32:40 -0800 |
commit | 9dd6cee7810bd53f9bd5658fe68811c503948395 (patch) | |
tree | 6856c1f6a8f2dd7ab5d40c67ea59fd44353b6b3b | |
parent | Sort the ids in the broker patch. (diff) | |
download | cataclysm-bn-9dd6cee7810bd53f9bd5658fe68811c503948395.tar.xz |
Capitalize Human in the Vampire patch.
-rw-r--r-- | vampirism.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vampirism.patch b/vampirism.patch index 4fbef1e..79487e2 100644 --- a/vampirism.patch +++ b/vampirism.patch @@ -435,8 +435,8 @@ pgettext( "memorial_female", "Killed an innocent, %s." ), name ); + } else if( vampire ) { -+ add( pgettext( "memorial_male", "Killed an innocent human, %s." ), -+ pgettext( "memorial_female", "Killed an innocent human, %s." ), ++ add( pgettext( "memorial_male", "Killed an innocent Human, %s." ), ++ pgettext( "memorial_female", "Killed an innocent Human, %s." ), + name ); } else { add( pgettext( "memorial_male", |