fix(wounded-chain): amplifier 1.25 perquè la cadena agafi el contacte post-rebot

This commit is contained in:
2026-05-22 23:32:28 +02:00
parent 7e52eaeddb
commit 70ca19eb87
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ namespace Systems::Collision {
if (A_WOUNDED == B_WOUNDED) {
continue; // ambos sanos o ambos heridos: nada que propagar
}
if (!Physics::checkCollision(a, b, 1.0F)) {
if (!Physics::checkCollision(a, b, Defaults::Game::COLLISION_WOUNDED_CHAIN_AMPLIFIER)) {
continue;
}
// El sano queda herido, propagando el shooter original.