Skip to content

Commit

Permalink
energetic.cpp: Proposed fix for jumping (0.9.x). May fix FTL issues a…
Browse files Browse the repository at this point in the history
…s well
  • Loading branch information
stephengtuggy committed Feb 16, 2025
1 parent bca118e commit 2ba848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/cmd/energetic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Energetic::Energetic() : energy(0, 0),
afterburnenergy(0),
afterburntype(0) {
jump.warpDriveRating = 0;
jump.energy = 100;
jump.energy = 1;
jump.insysenergy = configuration()->warp_config.insystem_jump_cost * jump.energy;
jump.drive = -2;
jump.delay = 5;
Expand Down

0 comments on commit 2ba848d

Please sign in to comment.