diff --git a/src/k_collide.c b/src/k_collide.c index e13b74ec8..7b0493d06 100644 --- a/src/k_collide.c +++ b/src/k_collide.c @@ -57,6 +57,8 @@ boolean K_OrbinautJawzCollide(mobj_t *t1, mobj_t *t2) if (t2->player) { + if (t2->player->flashing && !(t1->type == MT_ORBINAUT || t1->type == MT_JAWZ)) + return true; if (t2->player->hyudorotimer) return true; // no interaction