[Bug] Armor hitboxes damage forwarding
Wartich opened this issue ยท 3 comments
Armor hitboxes forward damage to vehicle when you punch them with hands. May also be the case for arrows. Armor hitboxes shouldn't forward any damage, not just bullet damage
Isn't that the intention? If you don't want a box to forward damage to the vehicle you simply give its collision group a health value? At least if I'm understanding your ticket correctly, that is.
yeah, but if the armor blocks the damage, then it shouldn't forward it. But external damage bypasses armor checks because those are in the bullet code, not the damage code. I need to move it over to fix this.