mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[MIRROR] BYTECRAWL: NtOS idle hacking game (#12586)
Co-authored-by: ARGUS <268038739+ARGUS-Memory@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7ddf404ce7
commit
1568c37435
@@ -0,0 +1,14 @@
|
||||
/datum/computer_file/program/bytecrawl
|
||||
filename = "bytecrawl"
|
||||
filedesc = "BYTECRAWL"
|
||||
extended_desc = "A CLI hacking idle terminal. Run crack jobs, sell stolen data, upgrade your rig."
|
||||
size = 3
|
||||
requires_ntnet = FALSE
|
||||
available_on_ntnet = TRUE
|
||||
tgui_id = "NtosBytecrawl"
|
||||
program_icon_state = "generic"
|
||||
usage_flags = PROGRAM_ALL
|
||||
|
||||
/datum/computer_file/program/bytecrawl/tgui_data(mob/user)
|
||||
. = get_header_data()
|
||||
|
||||
Reference in New Issue
Block a user