mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +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"
|
icon_state = "binder"
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 1
|
||||||
|
machine_flags = WRENCHMOVE | FIXED2WORK
|
||||||
|
|
||||||
/obj/machinery/bookbinder/attackby(var/obj/O as obj, var/mob/user as mob)
|
/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))
|
if(istype(O, /obj/item/weapon/paper) || istype(O, /obj/item/weapon/paper/nano))
|
||||||
|
|||||||
Reference in New Issue
Block a user