diff --git a/code/modules/research/machinery/plortmachine.dm b/code/modules/research/machinery/plortmachine.dm index b1c3d527bf4c..67dc80fb0f33 100644 --- a/code/modules/research/machinery/plortmachine.dm +++ b/code/modules/research/machinery/plortmachine.dm @@ -29,7 +29,7 @@ if(default_unfasten_wrench(user, W)) return - if(default_deconstruction_screwdriver(user, "ore_redemption-open", "ore_redemption", W)) + if(default_deconstruction_screwdriver(user, "plortmachine_maintenance", "plortmachine", W)) updateUsrDialog() return diff --git a/icons/obj/machines/plortmachine.dmi b/icons/obj/machines/plortmachine.dmi index a66e49bd59a4..df93076ec694 100644 Binary files a/icons/obj/machines/plortmachine.dmi and b/icons/obj/machines/plortmachine.dmi differ