More fixes to incorrectly changed outputs(mainly files)

This commit is contained in:
Lzimann
2017-03-10 13:33:03 -03:00
parent e07556265c
commit 2d59366ae4
13 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -364,7 +364,7 @@
P.fields["blueprints"] = blueprintsinject
aipictures += P
to_chat(usr, "<span class='unconscious'>Image recorded</span>" )
to_chat(usr, "<span class='unconscious'>Image recorded</span>") //feedback to the AI player that the picture was taken
/obj/item/device/camera/proc/injectmasteralbum(icon, img, desc, pixel_x, pixel_y, blueprintsinject) //stores image information to a list similar to that of the datacore
var/numberer = 1
@@ -382,7 +382,7 @@
P.fields["blueprints"] = blueprintsinject
C.connected_ai.aicamera.aipictures += P
to_chat(usr, "<span class='unconscious'>Image recorded and saved to remote database</span>" )
to_chat(usr, "<span class='unconscious'>Image recorded and saved to remote database</span>") //feedback to the Cyborg player that the picture was taken
else
injectaialbum(icon, img, desc, pixel_x, pixel_y, blueprintsinject)