diff --git a/code/game/objects/structures/windoor_assembly.dm b/code/game/objects/structures/windoor_assembly.dm index 8650dc94569..78806f67500 100644 --- a/code/game/objects/structures/windoor_assembly.dm +++ b/code/game/objects/structures/windoor_assembly.dm @@ -161,7 +161,7 @@ user.visible_message("[user] is cutting the wires from [src].", "You start to cut the wires from [src].") if(do_after(user, src, 40)) - if(gcDestroyed) + if(gcDestroyed || !wired) return to_chat(user, "You cut \the [name] wires!") new /obj/item/stack/cable_coil(get_turf(user), 2)