mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix #3483
- 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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user