changed required mods, added some default params

This commit is contained in:
Valmo Trindade
2025-09-27 21:28:01 -03:00
parent 34c77ae055
commit 65055c5922
4 changed files with 145 additions and 82 deletions

View File

@@ -129,7 +129,7 @@ class Params {
title = __EVAL(format [" %1", localize "STR_BTC_HAM_RESP_TIMEBEFORESHOWMARKER"]);
values[]={-1,0,5,10,30,60};
texts[]={$STR_DISABLED,"0 min","5 min","10 min","30 min","60 min"};
default = 10;
default = 5;
};
class btc_p_respawn_arsenal { // ACE Arsenal available on respawn after been killed:
title = __EVAL(format [" %1", localize "STR_BTC_HAM_RESP_ENABLEARSENAL"]);