Adds feedback for photocopier on something specific.

This commit is contained in:
CitadelStationBot
2017-04-18 18:07:45 -05:00
parent 83cadc55d9
commit 47b83e746e
+2
View File
@@ -309,6 +309,8 @@
return
to_chat(user, "<span class='notice'>You [anchored ? "unwrench" : "wrench"] [src].</span>")
anchored = !anchored
else if(istype(O, /obj/item/areaeditor/blueprints))
to_chat(user, "<span class='warning'>The Blueprint is too large to put into the copier. You need to find something else to record the document</span>")
else
return ..()