Robotic Parts

Robotic Parts

1M Downloads

Aquatic Propulsion Augment doesn't work

mallrat208 opened this issue ยท 0 comments

commented

This appears to be related to #21

if (powerUsed)
{
if (e.moveForward > 0)
{
//e.moveRelative(0F, numLegs * 0.4F, 0.075F);
e.moveRelative(0F, numLegs * 0.4F, 0.075F, 0.0F);
}
}

Line 93 should instead be e.moveRelative(0F, 0F, numLegs * 0.4F, 0.075F)