ACE3/addons/explosives/ACE_Settings.hpp
Freddo e27110aac3
Explosives - Add CBA settings for max/min/default timer values (#7916)
* Transfer to CBA settings, add timer options

* Remove wiki note

* Tweak arrays, stringtables

* moveToSQF
2020-10-03 12:00:06 -05:00

12 lines
226 B
C++

class ACE_Settings {
class GVAR(requireSpecialist) {
movedToSQF = 1;
};
class GVAR(punishNonSpecialists) {
movedToSQF = 1;
};
class GVAR(explodeOnDefuse) {
movedToSQF = 1;
};
};