Skip to content

Commit

Permalink
buffed aps duration
Browse files Browse the repository at this point in the history
  • Loading branch information
xianson committed Sep 28, 2024
1 parent 50089ce commit a190636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ public class APSTurret : MyGameLogicComponent
int tick = 0;
bool init = false;

const int max_tick = 30;
const int max_tick = 120;
const string subtypeId = "Welder";

List<IMyMissile> close_missiles = new List<IMyMissile>();
Expand Down

0 comments on commit a190636

Please sign in to comment.