We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9396fe8 commit e0a4a22Copy full SHA for e0a4a22
Entities/AEJetpack.cpp
@@ -143,7 +143,7 @@ namespace RTE {
143
switch (m_JetpackType)
144
{
145
case JetpackType::Standard:
146
- if (controller.IsState(BODY_JUMPSTART) && !IsOutOfFuel() && IsFullyFueled()) {
+ if (controller.IsState(BODY_JUMPSTART) && !IsOutOfFuel()) {
147
Burst(parentActor, fuelUseMultiplier);
148
} else if (controller.IsState(BODY_JUMP) && !IsOutOfFuel() && (GetJetTimeRatio() >= m_MinimumFuelRatio || wasEmittingLastFrame)) {
149
Thrust(parentActor, fuelUseMultiplier);
0 commit comments