-
Notifications
You must be signed in to change notification settings - Fork 90
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
When trying to hit void nade trapped players, only one of them gets damaged #1153
Comments
Yes, I've experienced this before. Only one of them takes damage. |
Worth double-checking that it damages everyone it traps, otherwise I think it may just be a visual bug engine-side |
I confirm only one of the trapped players get damaged. |
I was talking about checking the code, which does damage everyone it traps |
Oh, is the name of this issue supposed to be That's expected/intended behavior if so. Try throwing a grenade instead |
Ah, line 21 of grenades.lua prevents grenades from going through objects |
You mean it's fine that when more than one are trapped into a void nade, only one of them get damaged on hit? And you intended only the grenades damage ALL trapped players? |
Yeah, items only target one person by default, and the mode is called 'Nade Fight' |
Okay I will check if the grenade damage work for all trapped players or just one. |
I don't think it does, unless it insta-kills every player it hits. Going to push a fix |
I am not totally sure about this, but I see the visual effect on just one of the trapped players.
The text was updated successfully, but these errors were encountered: