Skip to content

Commit

Permalink
Buffed buoyancy 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
xianson committed Jun 30, 2024
1 parent aa27a96 commit aec2e78
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 aec2e78

Please sign in to comment.