Files
VOREStation/code/modules/modular_computers/file_system/programs/command/card.dm
Kashargul e956d13a6b jobs, access and radio to defines (#18297)
* jobs, access and radio to defines

* .

* .

* urg

* .

* .

* finish the radio freqs

* why

* .

* .

* ticker initial

* eh

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-08-31 01:32:36 +02:00

13 lines
387 B
Plaintext

/datum/computer_file/program/card_mod
filename = "cardmod"
filedesc = "ID card modification program"
tguimodule_path = /datum/tgui_module/cardmod
program_icon_state = "id"
program_key_state = "id_key"
program_menu_icon = "key"
extended_desc = "Program for programming crew ID cards."
required_access = ACCESS_CHANGE_IDS
requires_ntnet = FALSE
size = 8
category = PROG_COMMAND