code/__DEFINES/dcs/signals/signals_mind.dm 
            
        
| COMSIG_MIND_TRANSFERRED | from mind/transfer_to. Sent after the mind has been transferred: (mob/previous_body) | 
|---|---|
| COMSIG_ANTAGONIST_GAINED | Called on the mind when an antagonist is being gained, after the antagonist list has updated (datum/antagonist/antagonist) | 
| COMSIG_ANTAGONIST_REMOVED | Called on the mind when an antagonist is being removed, after the antagonist list has updated (datum/antagonist/antagonist) | 
Define Details
COMSIG_ANTAGONIST_GAINED
            
         
    
    Called on the mind when an antagonist is being gained, after the antagonist list has updated (datum/antagonist/antagonist)
COMSIG_ANTAGONIST_REMOVED
            
         
    
    Called on the mind when an antagonist is being removed, after the antagonist list has updated (datum/antagonist/antagonist)
COMSIG_MIND_TRANSFERRED
            
         
    
    from mind/transfer_to. Sent after the mind has been transferred: (mob/previous_body)