|
|
@ -1034,7 +1034,7 @@ static void manageInteractionEvent(color_ostream& out) {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//int32_t unitId = reportToRelevantUnits[report->id][0];
|
|
|
|
//int32_t unitId = reportToRelevantUnits[report->id][0];
|
|
|
|
bool isActor = type == df::announcement_type::INTERACTION_ACTOR;
|
|
|
|
bool isActor = attackerId == -1;//type == df::announcement_type::INTERACTION_ACTOR;
|
|
|
|
|
|
|
|
|
|
|
|
if ( isActor ) {
|
|
|
|
if ( isActor ) {
|
|
|
|
attackReport = report->id;
|
|
|
|
attackReport = report->id;
|
|
|
|