mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 14:12:55 +00:00
* Replaces Camera bug with Camera tablet app * Modular changes --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
/obj/item/computer_disk/syndicate
|
|
name = "golden data disk"
|
|
desc = "A data disk with some high-tech programs, probably expensive as hell."
|
|
icon_state = "datadisk8"
|
|
custom_materials = list(/datum/material/gold = SMALL_MATERIAL_AMOUNT)
|
|
|
|
/obj/item/computer_disk/syndicate/camera_app
|
|
starting_programs = list(/datum/computer_file/program/secureye/syndicate)
|