- Book binders can now be unanchored and moved with a wrench
- Book binders must be anchored to be used

Simple as that
This commit is contained in:
dylanstrategie
2015-03-20 03:31:33 +01:00
parent 1a15f3afe7
commit b0ffb0a283

View File

@@ -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))