mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Field Manual - Fix HuntIR Monitor & Fortify Tool display names (#9509)
* fix huntir/fortify tool display names * add note on sutures
This commit is contained in:
parent
1036a58aee
commit
b9748041d4
@ -122,7 +122,7 @@ class CfgHints {
|
||||
};
|
||||
class ACE_FortifyTool: ACE_FieldManual_Base {
|
||||
logicalOrder = 13;
|
||||
arguments[] = {BASE_ARGUMENTS, QUOTE('ACE_HuntIR_Monitor' call FUNC(getItemName))};
|
||||
arguments[] = {BASE_ARGUMENTS, QUOTE('ACE_FortifyTool' call FUNC(getItemName))};
|
||||
displayName = "%14";
|
||||
displayNameShort = CSTRING(Items_FortifyTool_ShortName);
|
||||
description = CSTRING(Items_FortifyTool_Description);
|
||||
@ -130,7 +130,7 @@ class CfgHints {
|
||||
};
|
||||
class ACE_HuntIR_Monitor: ACE_FieldManual_Base {
|
||||
logicalOrder = 14;
|
||||
arguments[] = {BASE_ARGUMENTS, QUOTE('ACE_CableTie' call FUNC(getItemName))};
|
||||
arguments[] = {BASE_ARGUMENTS, QUOTE('ACE_HuntIR_monitor' call FUNC(getItemName))};
|
||||
displayName = "%14";
|
||||
displayNameShort = CSTRING(Items_HuntIR_Monitor_ShortName);
|
||||
description = CSTRING(Items_HuntIR_Monitor_Description);
|
||||
|
@ -99,7 +99,7 @@
|
||||
<Polish>Zapobiegaj Ponownemu Otwieraniu się Ran</Polish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_FieldManual_Medical_Treatment_SurgicalKit_Description">
|
||||
<English>A %3Surgical Kit%4 is used to prevent wounds from reopening after being bandaged. Depending on settings, it can also clear trauma.<br/><br/>%3Usage:%4<br/>%2Use [%3%13%4] or [%3%14%4] and select %3Advanced Treatment%4.<br/>%2Select %3Use Surgical Kit%4.</English>
|
||||
<English>A %3Surgical Kit%4 is used to prevent wounds from reopening after being bandaged. Depending on settings, it can also clear trauma and may require additional %3Sutures%4 to close wounds. Sutures are consumable, much like bandages, and are not a replacement for the Surgical Kit.<br/><br/>%3Usage:%4<br/>%2Use [%3%13%4] or [%3%14%4] and select %3Advanced Treatment%4.<br/>%2Select %3Use Surgical Kit%4.</English>
|
||||
<Polish>%3Zestaw do Szycia%4 jest używany do zapobiegania otwieraniu się ran po ich zabandażowaniu. W zależności od ustawień może także je leczyć.<br/><br/>%3Użycie:%4<br/>%2Użyj [%3%13%4] lub [%3%14%4] i wybierz %3Zaawansowane Zabiegi%4.<br/>%2Wybierz %3Użyj Zestawu do Szycia%4.</Polish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_FieldManual_Medical_Treatment_CAT_ShortName">
|
||||
|
Loading…
Reference in New Issue
Block a user