Medical - Increase revive max time to 60 min (#5992)

This commit is contained in:
PabstMirror 2018-01-05 11:55:27 -06:00 committed by jonpas
parent 3c41d37417
commit 4379346b2f

View File

@ -124,7 +124,7 @@ class ACE_Settings {
description = CSTRING(ReviveSettings_maxReviveTime_Description);
typeName = "SCALAR";
value = 120;
sliderSettings[] = {0, 1200, 120, 0};
sliderSettings[] = {0, 3600, 120, 0};
};
class GVAR(amountOfReviveLives) {
category = CSTRING(Category_Medical);