mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Increase revive max time to 60 min (#5992)
This commit is contained in:
parent
3c41d37417
commit
4379346b2f
@ -124,7 +124,7 @@ class ACE_Settings {
|
|||||||
description = CSTRING(ReviveSettings_maxReviveTime_Description);
|
description = CSTRING(ReviveSettings_maxReviveTime_Description);
|
||||||
typeName = "SCALAR";
|
typeName = "SCALAR";
|
||||||
value = 120;
|
value = 120;
|
||||||
sliderSettings[] = {0, 1200, 120, 0};
|
sliderSettings[] = {0, 3600, 120, 0};
|
||||||
};
|
};
|
||||||
class GVAR(amountOfReviveLives) {
|
class GVAR(amountOfReviveLives) {
|
||||||
category = CSTRING(Category_Medical);
|
category = CSTRING(Category_Medical);
|
||||||
|
Loading…
Reference in New Issue
Block a user