mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
medical - re-enable movedToSQF for enableVehicleCrashes (#8391)
This commit is contained in:
parent
01d6fdf97a
commit
83cbec73ce
@ -9,15 +9,9 @@ class ACE_Settings {
|
|||||||
values[] = {"Players only", "Players and AI"};
|
values[] = {"Players only", "Players and AI"};
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
/* @todo
|
|
||||||
class GVAR(enableVehicleCrashes) {
|
class GVAR(enableVehicleCrashes) {
|
||||||
category = CSTRING(Category_Medical);
|
movedToSQF = 1;
|
||||||
displayName = CSTRING(MedicalSettings_enableVehicleCrashes_DisplayName);
|
|
||||||
description = CSTRING(MedicalSettings_enableVehicleCrashes_Description);
|
|
||||||
typeName = "BOOL";
|
|
||||||
value = 1;
|
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
class GVAR(spontaneousWakeUpChance) {
|
class GVAR(spontaneousWakeUpChance) {
|
||||||
movedToSQF = 1;
|
movedToSQF = 1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user