push
This commit is contained in:
@@ -579,7 +579,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/machinery/bookbinder/proc/bind_book(mob/user, obj/item/paper/P)
|
||||
if(stat)
|
||||
if(machine_stat)
|
||||
return
|
||||
if(busy)
|
||||
to_chat(user, "<span class='warning'>The book binder is busy. Please wait for completion of previous operation.</span>")
|
||||
@@ -592,7 +592,7 @@
|
||||
sleep(rand(200,400))
|
||||
busy = FALSE
|
||||
if(P)
|
||||
if(!stat)
|
||||
if(!machine_stat)
|
||||
visible_message("<span class='notice'>[src] whirs as it prints and binds a new book.</span>")
|
||||
var/obj/item/book/B = new(src.loc)
|
||||
B.dat = P.info
|
||||
|
||||
Reference in New Issue
Block a user