mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
The Computer-ening (#13831)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
filename = "cargocontrol"
|
||||
filedesc = "Cargo Control"
|
||||
extended_desc = "Application to Control Cargo Orders"
|
||||
program_icon_state = "ops"
|
||||
program_icon_state = "supply"
|
||||
program_key_icon_state = "yellow_key"
|
||||
size = 12
|
||||
requires_ntnet = TRUE
|
||||
available_on_ntnet = TRUE
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
filename = "cargodelivery"
|
||||
filedesc = "Cargo Delivery"
|
||||
extended_desc = "Application to Control Delivery and Payment of Cargo orders."
|
||||
program_icon_state = "ops"
|
||||
program_icon_state = "supply"
|
||||
program_key_icon_state = "yellow_key"
|
||||
size = 6
|
||||
requires_ntnet = TRUE
|
||||
available_on_ntnet = TRUE
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
filename = "cargoorder"
|
||||
filedesc = "Cargo Order"
|
||||
extended_desc = "Application to Order Items from Cargo."
|
||||
program_icon_state = "request"
|
||||
program_key_icon_state = "yellow_key"
|
||||
size = 10
|
||||
requires_ntnet = TRUE
|
||||
available_on_ntnet = TRUE
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
filename = "crushercontrol"
|
||||
filedesc = "Crusher Control"
|
||||
extended_desc = "Application to Control the Crusher"
|
||||
program_icon_state = "command"
|
||||
program_key_icon_state = "green_key"
|
||||
size = 8
|
||||
requires_ntnet = FALSE
|
||||
available_on_ntnet = FALSE
|
||||
@@ -69,7 +71,7 @@
|
||||
if(arlk.id_tag != "crusher")
|
||||
continue
|
||||
airlocks += arlk
|
||||
|
||||
|
||||
airlock_open()
|
||||
|
||||
if(href_list["hatch_open"])
|
||||
@@ -84,11 +86,11 @@
|
||||
message = "Crushing"
|
||||
airlock_close()
|
||||
crush_start()
|
||||
|
||||
|
||||
if(href_list["abort"])
|
||||
message = "Aborting"
|
||||
crush_stop()
|
||||
|
||||
|
||||
if(href_list["close"])
|
||||
message = null
|
||||
|
||||
@@ -114,4 +116,4 @@
|
||||
|
||||
/datum/nano_module/program/crushercontrol/proc/crush_stop()
|
||||
for(var/obj/machinery/crusher_base/pstn in pistons)
|
||||
pstn.crush_abort()
|
||||
pstn.crush_abort()
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
filename = "janitor"
|
||||
filedesc = "Custodial Supplies Locator"
|
||||
program_icon_state = "generic"
|
||||
program_key_icon_state = "green_key"
|
||||
extended_desc = "This program is used by custodial staff to keep track of work-related supplies."
|
||||
program_icon_state = "ops"
|
||||
usage_flags = PROGRAM_ALL_REGULAR
|
||||
size = 4
|
||||
required_access_run = access_janitor
|
||||
|
||||
Reference in New Issue
Block a user