Camera network key itself is useless without security camera program. Created hidden version of this program and added it to each laptop. In short: it works.
This commit is contained in:
Atlantiscze
2014-07-17 19:03:31 +02:00
parent 72dbce88ce
commit 4096b26c8d
4 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
var/image = 'icons/ntos/file.png' // determines the icon to use, found in icons/ntos
var/obj/machinery/computer3/computer // the parent computer, if fixed
var/obj/item/part/computer/storage/device // the device that is containing this file
var/hidden_file = 0 // Prevents file from showing up on NTOS program list.
var/drm = 0 // Copy protection, called by copy() and move()
var/readonly = 0 // Edit protection, called by edit(), which is just a failcheck proc