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
+2
View File
@@ -320,6 +320,8 @@
newlap.spawn_files += (/datum/file/camnet_key/creed)
newlap.spawn_files += (/datum/file/program/arcade)
newlap.spawn_files += (/datum/file/camnet_key/entertainment)
//Atlantis: Each laptop gets "invisible" program/security - REQUIRED for camnetkeys to work.
newlap.spawn_files += (/datum/file/program/security/hidden)
newlap.update_spawn_files()
/obj/machinery/lapvend/proc/calc_reimburse(var/obj/item/device/laptop/L)