diff --git a/Resources/Prototypes/Actions/actions.yml b/Resources/Prototypes/Actions/actions.yml index bfa19e8785..b42dfb91d3 100644 --- a/Resources/Prototypes/Actions/actions.yml +++ b/Resources/Prototypes/Actions/actions.yml @@ -1,6 +1,7 @@ -- type: action +- type: action actionType: CombatMode - icon: Interface/Actions/harm.png + icon: Interface/Actions/harmOff.png + iconOn: Interface/Actions/harm.png name: "[color=red]Combat Mode[/color]" description: "Enter combat mode." filters: diff --git a/Resources/Textures/Interface/Actions/harmOff.png b/Resources/Textures/Interface/Actions/harmOff.png new file mode 100644 index 0000000000..8842dca094 Binary files /dev/null and b/Resources/Textures/Interface/Actions/harmOff.png differ