mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
039af66a8f
* fix implicit dependency between medical damage and medical engine * move stringtable * valve pls fix Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
[
|
|
QEGVAR(medical,enableVehicleCrashes),
|
|
"CHECKBOX",
|
|
[LSTRING(EnableVehicleCrashes_DisplayName), LSTRING(EnableVehicleCrashes_Description)],
|
|
ELSTRING(medical,Category),
|
|
true,
|
|
true
|
|
] call CBA_fnc_addSetting;
|