Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StarCoreSE/TLB
Browse files Browse the repository at this point in the history
  • Loading branch information
wa-la000 committed Sep 28, 2024
2 parents 2330414 + a190636 commit b0ef7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion ModernWarfareGuns/Data/Secondary Weapons/Dagger.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<Volume>30</Volume>
<Model>Models\Magazines\GrenadeCrate.mwm</Model>
<PhysicalMaterial>Ammo</PhysicalMaterial>
<Capacity>3</Capacity>
<Capacity>140</Capacity>
<AmmoDefinitionId Subtype="DaggerAmmo" />

<MinimumOfferAmount>100</MinimumOfferAmount>
Expand Down

0 comments on commit b0ef7f0

Please sign in to comment.