Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Calf Suspension does not add a tile of leap range to the Zeng-Hu Mobility frame #19227

Closed
1 task done
N-Komaeda opened this issue May 22, 2024 · 1 comment
Closed
1 task done

Comments

@N-Komaeda
Copy link

Checks

  • I have searched the bug with a few keywords, and I confirm this bug was not yet reported.

Location

Horizon, Event / Other

Describe the issue

According to the code, the Zeng-Hu Mobility frame has a standing jump range of 3 (implying, to me, that it can jump a max of three tiles from its current position). The calf suspension augment is supposed to add +1 to the leap range, but this does not interact with the Zeng-Hu's modified jump range.

How to reproduce

Spawn as a Zeng-Hu Mobility Frame with Calf Suspension.
Go on grab intent.
Try to leap four tiles away (three tiles between your current location and your aimed location.
Observe how you 'cannot leap that far'.

Round ID

No response

Staff ckey

No response

@FluffyGhoster
Copy link
Contributor

FluffyGhoster commented May 29, 2024

Working as intended, the code checks for a specie leap below 3 tiles to apply said bonus

See /mob/living/carbon/human/get_jump_distance()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants