From 74e83772f0fa66b472f8e562006555bc07b56715 Mon Sep 17 00:00:00 2001 From: TheFurryFeline Date: Mon, 3 Jun 2019 19:19:11 -0400 Subject: [PATCH] Copy-Pasta Fix --- code/modules/hydroponics/seed_machines.dm | 2 ++ 1 file changed, 2 insertions(+) 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].")