mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix simicolon
add stringtable entrys
This commit is contained in:
parent
b2d2bec2cf
commit
c61763edc9
addons/medical
@ -149,8 +149,8 @@ class CfgVehicles {
|
||||
displayName = CSTRING(MedicalSettings_delayUnconCaptive_DisplayName);
|
||||
description = CSTRING(MedicalSettings_delayUnconCaptive_Description);
|
||||
typeName = "NUMBER";
|
||||
defaultValue = 10;
|
||||
}
|
||||
defaultValue = 3;
|
||||
};
|
||||
};
|
||||
|
||||
class ModuleDescription {
|
||||
|
@ -4048,13 +4048,13 @@
|
||||
<Italian>L'oggetto in questione sarà un veicolo medico o meno.</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_delayUnconCaptive">
|
||||
<English>Todo</English>
|
||||
<English>Delay Medical Unconscious Captivity</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_MedicalSettings_delayUnconCaptive_Description">
|
||||
<English>Todo</English>
|
||||
<English>Delay Medical Unconscious Captivity</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Medical_MedicalSettings_delayUnconCaptive_DisplayName">
|
||||
<English>Todo</English>
|
||||
<English>Delay Medical Unconscious Captivity</English>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user