From 71b725b511d6228302bdff4d71fb1a98ba57aff2 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Mon, 11 May 2020 01:07:34 +0200 Subject: [PATCH] Fixed several item action buttons not using their own states --- code/datums/action.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/datums/action.dm b/code/datums/action.dm index 8862482dc2..00e7e0ad5d 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -186,6 +186,8 @@ /datum/action/item_action/New(Target) ..() + if(button_icon_state) + use_target_appearance = FALSE var/obj/item/I = target LAZYINITLIST(I.actions) I.actions += src @@ -345,6 +347,7 @@ /datum/action/item_action/clock/quickbind name = "Quickbind" desc = "If you're seeing this, file a bug report." + use_target_appearance = FALSE var/scripture_index = 0 //the index of the scripture we're associated with /datum/action/item_action/toggle_helmet_flashlight