diff --git a/code/game/machinery/colormate.dm b/code/game/machinery/colormate.dm index 92dcebbcdc..fc187c37a5 100644 --- a/code/game/machinery/colormate.dm +++ b/code/game/machinery/colormate.dm @@ -49,9 +49,9 @@ if(inserted) to_chat(user, "The machine is already loaded.") return - if(default_deconstruction_screwdriver(user, I)) + if(default_deconstruction_screwdriver(user, "colormate_open", "colormate", I)) return - if(default_deconstruction_crowbar(user, I)) + if(default_deconstruction_crowbar(I)) return if(default_unfasten_wrench(user, I, 40)) return @@ -66,6 +66,8 @@ inserted = I update_icon() + else + return ..() /obj/machinery/gear_painter/AllowDrop() return FALSE @@ -86,7 +88,7 @@ if(!is_operational()) return user.set_machine(src) - var/list/dat = "