public TargetNotification UserMessage() { return(Match.Phase.Day == 1 ? new TargetNotification { UserAddMessage = target => { Targets.ForceSet(null); return Notification.Chat(Role, ShootKey.FirstNight); } } : TargetNotification.Enum <ShootKey>(this)); }