-
Notifications
You must be signed in to change notification settings - Fork 533
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
Bone stab is really scuffed ? (pls fix) #82
Comments
Up Please ? |
Just play the original game. |
It is possible to avoid damage, but the timing required is very tight, just as it is in the original game. I think the bigger difference is how Construct 2 calculates RNG vs gamemaker. I've seen my simulator output the same result more times in a row than I ever saw in my recordings, especially with platform blasters. I can't replicate the gamemaker RNG without knowing everything about how it is calculated. It may also be difficult to replicate if there's a lot of bitwise integer math involved. Numbers in javascript are natively floating point, not integers |
@iKNIFEu The bones don't go higher in the original game. The warnings did go higher than the bones did though. I saw that as a bug, and did not replicate it. |
So, on the bonestab attack (lvl 3)
If sans decides to slam you on the same side twice in a row or more, you can't avoid it because the bones disappear slower than you fall onto it.
Basically, the previous line of bone is damaging you even tho you passed it.
Is there any way to fix it ?
Thanks for reading and eventually fixing this :).
The text was updated successfully, but these errors were encountered: