mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Changed default value for surgical kit. Should be use anytime
This commit is contained in:
parent
9edf1b1adf
commit
fd649aee38
@ -238,6 +238,10 @@ class CfgVehicles {
|
||||
class useCondition_SurgicalKit: useCondition_PAK {
|
||||
displayName = CSTRING(AdvancedMedicalSettings_useCondition_SurgicalKit_DisplayName);
|
||||
description = CSTRING(AdvancedMedicalSettings_useCondition_SurgicalKit_Description);
|
||||
class values {
|
||||
class AnyTime { name = CSTRING(AnyTime); value = 0; default = 1; };
|
||||
class Stable { name = CSTRING(Stable); value = 1; };
|
||||
};
|
||||
};
|
||||
class healHitPointAfterAdvBandage {
|
||||
displayName = CSTRING(AdvancedMedicalSettings_healHitPointAfterAdvBandage_DisplayName);
|
||||
|
Loading…
Reference in New Issue
Block a user