diff --git a/src/p_interaction.cpp b/src/p_interaction.cpp index 970f5dcfb..04a638218 100644 --- a/src/p_interaction.cpp +++ b/src/p_interaction.cpp @@ -1588,7 +1588,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)