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

If shrapnel hits something movable it doesn't stop "being thrown" #2590

Open
5 tasks done
PsyCommando opened this issue Aug 1, 2022 · 2 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@PsyCommando
Copy link
Contributor

Description of issue

If shrapnel hits an un-anchored movable object like a girder, it will move it one tile and then stay there permanently stuck in a thrown state. So if you step on the tile where the shrapnel is you'll get hit by shrapnel as if you had been right into its path during an explosion.

Difference between expected and actual behavior

Shrapnel should become inert after hitting something.

Steps to reproduce

  • Put girders around.
  • Throw a frag grenade in a space surrounded by girders.
  • Notice as girders hit by shrapnel move one tile.
  • Step on the turf where the moved girder used to be.
  • Notice it tells you that you were hit by shrapnel and plays the sound effect.

Specific information for locating

Length of time in which bug has been known to occur

Today.

Client version, Server revision & Game ID

6a1dcd0

Issue bingo

  • Issue could be reproduced at least once
  • Issue could be reproduced by different players
  • Issue could be reproduced in multiple rounds
  • Issue happened in a recent (less than 7 days ago) round
  • Couldn't find an existing issue about this
@MistakeNot4892
Copy link
Contributor

I think what's happening here is that the girder is being thrown by the explosion_act and then interrupting the vector of the shrapnel projectile, rather than the shrapnel causing the throw. If you put the girders away from the nade and let shrapnel hit them, nothing happens (and throwing an item at a girder doesn't do anything).

@MistakeNot4892 MistakeNot4892 added the bug Something isn't working label Aug 2, 2022
@PsyCommando
Copy link
Contributor Author

Could be that, yeah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants