Merge pull request #465 from Citadel-Station-13/upstream-merge-26277

[MIRROR] Adds feedback for photocopier on something specific.
This commit is contained in:
LetterJay
2017-04-18 20:31:57 -05:00
committed by GitHub
+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 ..()