From d51f8dd5b55679db41af7243a29a3f33f0df661e Mon Sep 17 00:00:00 2001 From: blah Date: Sun, 16 Apr 2017 17:19:11 +0100 Subject: [PATCH] Adds feedback for photocopier on something specific. --- code/modules/paperwork/photocopier.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index 6067077ed44..4abed75967a 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -309,6 +309,8 @@ return to_chat(user, "You [anchored ? "unwrench" : "wrench"] [src].") anchored = !anchored + else if(istype(O, /obj/item/areaeditor/blueprints)) + to_chat(user, "The Blueprint is too large to put into the copier. You need to find something else to record the document") else return ..()