diff --git a/src/p_interaction.cpp b/src/p_interaction.cpp index e1fea0c635..2d7d6026c5 100644 --- a/src/p_interaction.cpp +++ b/src/p_interaction.cpp @@ -1583,7 +1583,7 @@ dopain: } } //ALLOWPAIN and CAUSEPAIN can still trigger infighting, even if no pain state is worked out. - target->reactiontime = 0; // we're awake now... + if (target->player == nullptr) target->reactiontime = 0; // we're awake now... if (source) { if (source == target->target)