diff --git a/code/modules/hydroponics/seed_machines.dm b/code/modules/hydroponics/seed_machines.dm index 3818180086..5f67fa077f 100644 --- a/code/modules/hydroponics/seed_machines.dm +++ b/code/modules/hydroponics/seed_machines.dm @@ -95,6 +95,8 @@ return //TFF 3/6/19 - fix infinite frame creation, ported from Cit RP + if(default_deconstruction_screwdriver(user, W)) + return if(istype(W, /obj/item/weapon/wrench)) playsound(src, W.usesound, 100, 1) to_chat(user, "You [anchored ? "un" : ""]secure \the [src].")