style: update agent icons (top hat, tower, cat face)
This commit is contained in:
@@ -43,12 +43,12 @@ var AgentTypeColors = map[AgentType]string{
|
|||||||
|
|
||||||
// AgentTypeIcons maps agent types to display icons.
|
// AgentTypeIcons maps agent types to display icons.
|
||||||
var AgentTypeIcons = map[AgentType]string{
|
var AgentTypeIcons = map[AgentType]string{
|
||||||
AgentMayor: "👑",
|
AgentMayor: "🎩",
|
||||||
AgentDeacon: "⛪",
|
AgentDeacon: "🗼",
|
||||||
AgentWitness: "👁",
|
AgentWitness: "👁",
|
||||||
AgentRefinery: "🏭",
|
AgentRefinery: "🏭",
|
||||||
AgentCrew: "👷",
|
AgentCrew: "👷",
|
||||||
AgentPolecat: "🐾",
|
AgentPolecat: "😺",
|
||||||
}
|
}
|
||||||
|
|
||||||
var agentsCmd = &cobra.Command{
|
var agentsCmd = &cobra.Command{
|
||||||
|
|||||||
Reference in New Issue
Block a user