Added setting for require surrender

This commit is contained in:
Glowbal 2015-08-07 14:46:28 +02:00
parent d636b4b5c7
commit 4c935bb504

View File

@ -5,6 +5,12 @@ class ACE_Settings {
typeName = "BOOL";
value = 1;
};
class GVAR(requireSurrender) {
displayName = CSTRING(ModuleSettings_requireSurrender_name);
description = CSTRING(ModuleSettings_requireSurrender_description);
typeName = "BOOL";
value = 0;
};
class GVAR(allowSurrender) {
displayName = CSTRING(ModuleSettings_allowSurrender_name);
description = CSTRING(ModuleSettings_allowSurrender_description);