CWolfs / MissionControl

A HBS BattleTech mod that provides a framework for runtime modifications of the contracts and encounters.
GNU General Public License v3.0
21 stars 13 forks source link

Contract Builder: WhoKilled Conditional #631

Closed CWolfs closed 8 months ago

CWolfs commented 8 months ago

Add support for the WhoKilled conditional.

This conditional takes one property:

This conditional is hard tied to the ActorDestroyedMessage (on the OnActorDestroyed message type). It checks if ALL the tags match the unit that destroyed the one that was just destroyed - the killer. If so, the conditional succeeds.

CWolfs commented 8 months ago

In develop.