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
Gauge committed Jun 30, 2024
2 parents 30fbe6f + aec2e78 commit 54d82ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyPiratesCoreDev/Data/Scripts/SkyPirates/Zeppelins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private void HandleBlockRemoved(IMySlimBlock slim)

public class Zeppelin
{
public const double buoyancyConstant = 100000;
public const double buoyancyConstant = 150000;
public const float burnDamage = 2000f;

public IMyCubeGrid grid;
Expand Down

0 comments on commit 54d82ad

Please sign in to comment.