mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3419 from acemod/addMissingMedicalSettingCategory
Add missing medical category to delayUnconCaptive
This commit is contained in:
commit
333c8f57bc
@ -244,6 +244,7 @@ class ACE_Settings {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class GVAR(delayUnconCaptive) {
|
class GVAR(delayUnconCaptive) {
|
||||||
|
category = CSTRING(Category_Medical);
|
||||||
displayName = CSTRING(delayUnconCaptive);
|
displayName = CSTRING(delayUnconCaptive);
|
||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 3;
|
value = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user