Merge pull request #26277 from Jalleo/Blueprint

Adds feedback for photocopier on something specific.
This commit is contained in:
oranges
2017-04-19 11:07:01 +12: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 ..()