From 47b83e746e33807dad44adb66ba1fc4b802c45c5 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 18 Apr 2017 18:07:45 -0500 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 401c745b0f..1608098ce7 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 ..()