From b0ffb0a283db3839dc6af445a7ef4d02fbb378e6 Mon Sep 17 00:00:00 2001 From: dylanstrategie Date: Fri, 20 Mar 2015 03:31:33 +0100 Subject: [PATCH] Fix #3483 - Book binders can now be unanchored and moved with a wrench - Book binders must be anchored to be used Simple as that --- code/modules/library/lib_machines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 6413e588bbb..a114505eebf 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -187,6 +187,7 @@ var/global/list/library_section_names = list("Any", "Fiction", "Non-Fiction", "A icon_state = "binder" anchored = 1 density = 1 + machine_flags = WRENCHMOVE | FIXED2WORK /obj/machinery/bookbinder/attackby(var/obj/O as obj, var/mob/user as mob) if(istype(O, /obj/item/weapon/paper) || istype(O, /obj/item/weapon/paper/nano))