From 85ad2e5e7215c5304fc8ce73ae4eba3072ae5db3 Mon Sep 17 00:00:00 2001 From: kitty624 <58940527+kitty624@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:08:38 +0100 Subject: [PATCH] Text EDB Pop-up Disease Protection adjusted - face protection had a misleading text, stating item should be worn at face - that's no longer true, so adjusted text to avoid player confusion - adjusted text to distinguish between both disease protections variations --- Utils/_EnglishText.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index d2684b284..820bef403 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -8736,8 +8736,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]= L"\n \nThis item requires both hands to be used.", L"\n \nThis item will block your iron sights\nso you cannot use them.", L"\n \nThis ammo can destroy light walls\nand various other objects.", - L"\n \nIf worn on your face, this will lower\nthe chance to be infected by other people.", - L"\n \nIf kept in your inventory, this will lower\nthe chance to be infected by other people.", + L"\n \nIf kept ready in your inventory,\nthis will lower the chance to be infected\nby airborne transmitted pathogens of other people.", + L"\n \nIf kept ready in your inventory,\nthis will lower the chance to be infected\nby contact transmitted pathogens of other people.", L"\n \nIf equipped in a hand, this will block incoming damage.", L"\n \nYou can take photos with this.", L"\n \nThis item makes you more effective at burying corpses.",