mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Unbreaking computers (#3779)
Made programs that can't run in current hardware to not show up in download list Adjusted some program computer compatibility flags Reworded laptop vendor buttons to be more consistent and more accurate on what you get Added description to tablets This is balance and bug-fix PR, so it should bypass development.
This commit is contained in:
@@ -72,12 +72,12 @@
|
||||
requires_ntnet = 1
|
||||
network_destination = "atmospheric control system"
|
||||
requires_ntnet_feature = NTNET_SYSTEMCONTROL
|
||||
usage_flags = PROGRAM_CONSOLE
|
||||
usage_flags = PROGRAM_CONSOLE | PROGRAM_LAPTOP
|
||||
size = 17
|
||||
color = LIGHT_COLOR_CYAN
|
||||
|
||||
/datum/computer_file/program/rcon_console
|
||||
filename = "rconconsole"
|
||||
filename = "rcon"
|
||||
filedesc = "RCON Remote Control"
|
||||
nanomodule_path = /datum/nano_module/rcon
|
||||
program_icon_state = "generic"
|
||||
|
||||
Reference in New Issue
Block a user