mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Modular Laptop and Tablet Tweaks (#8348)
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/game/sudoku(),
|
||||
new /datum/computer_file/program/power_monitor(),
|
||||
new /datum/computer_file/program/alarm_monitor(),
|
||||
@@ -89,6 +90,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/suit_sensors(),
|
||||
new /datum/computer_file/program/records/employment(),
|
||||
new /datum/computer_file/program/records/medical()
|
||||
@@ -122,6 +124,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/ntnetmonitor(),
|
||||
new /datum/computer_file/program/aidiag(),
|
||||
new /datum/computer_file/program/records/employment()
|
||||
@@ -140,7 +143,7 @@
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/card_mod(),
|
||||
new /datum/computer_file/program/comm(TRUE),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/records/employment()
|
||||
)
|
||||
return _prg_list
|
||||
@@ -158,6 +161,7 @@
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/civilian/cargocontrol(),
|
||||
new /datum/computer_file/program/card_mod(),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/records/employment(),
|
||||
new /datum/computer_file/program/records/security()
|
||||
)
|
||||
@@ -174,7 +178,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/card_mod(),
|
||||
new /datum/computer_file/program/comm(TRUE),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/camera_monitor(),
|
||||
new /datum/computer_file/program/digitalwarrant(),
|
||||
new /datum/computer_file/program/penal_mechs(),
|
||||
@@ -236,6 +240,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/chatclient(),
|
||||
new /datum/computer_file/program/civilian/cargoorder(),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/camera_monitor(),
|
||||
new /datum/computer_file/program/digitalwarrant(),
|
||||
new /datum/computer_file/program/penal_mechs(),
|
||||
@@ -347,7 +352,7 @@
|
||||
new /datum/computer_file/program/filemanager(),
|
||||
new /datum/computer_file/program/ntnetdownload(),
|
||||
new /datum/computer_file/program/camera_monitor/hacked(),
|
||||
new /datum/computer_file/program/comm(TRUE),
|
||||
new /datum/computer_file/program/comm(FALSE),
|
||||
new /datum/computer_file/program/suit_sensors(),
|
||||
new /datum/computer_file/program/alarm_monitor(),
|
||||
new /datum/computer_file/program/lighting_control(),
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
requires_ntnet = TRUE
|
||||
network_destination = "crew lifesigns monitoring system"
|
||||
size = 11
|
||||
usage_flags = PROGRAM_LAPTOP | PROGRAM_TELESCREEN | PROGRAM_CONSOLE | PROGRAM_SILICON
|
||||
usage_flags = PROGRAM_LAPTOP | PROGRAM_TELESCREEN | PROGRAM_CONSOLE | PROGRAM_SILICON | PROGRAM_TABLET
|
||||
color = LIGHT_COLOR_CYAN
|
||||
|
||||
/datum/computer_file/program/suit_sensors/ui_interact(mob/user)
|
||||
@@ -57,4 +57,4 @@
|
||||
var/mob/living/silicon/ai/AI = usr
|
||||
var/mob/living/carbon/human/H = locate(href_list["track"]) in mob_list
|
||||
if(hassensorlevel(H, SUIT_SENSOR_TRACKING))
|
||||
AI.ai_actual_track(H)
|
||||
AI.ai_actual_track(H)
|
||||
Reference in New Issue
Block a user