mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Gives sci departmental order consoles access to canstiers & materials (#78604)
## About The Pull Request Title. ## Why It's Good For The Game  Sci is the most mat-hungry department of the entire game, maybe surpassed by engi but probably not. Toxins can also very much use this for obvious reasons. More reasons to use the console = more times sci uses it = more money for cargo = more inter-departmental action when cargo actually has to deliver crates to sci. ## Changelog 🆑 balance: Sci now has access to the materials & canisters section in their departmental order console /🆑
This commit is contained in:
@@ -142,7 +142,7 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list(
|
||||
if(GLOB.areas_by_type[delivery_area_type])
|
||||
chosen_delivery_area = delivery_area_type
|
||||
break
|
||||
|
||||
|
||||
if(SSshuttle.supply.get_order_count(pack) == OVER_ORDER_LIMIT)
|
||||
playsound(src, 'sound/machines/buzz-sigh.ogg', 50, FALSE)
|
||||
say("ERROR: No more then [CARGO_MAX_ORDER] of any pack may be ordered at once")
|
||||
@@ -194,7 +194,7 @@ GLOBAL_LIST_INIT(department_order_cooldowns, list(
|
||||
department_delivery_areas = list(/area/station/science/research)
|
||||
override_access = ACCESS_RD
|
||||
req_one_access = REGION_ACCESS_RESEARCH
|
||||
dep_groups = list("Science", "Livestock")
|
||||
dep_groups = list("Science", "Livestock", "Canisters & Materials")
|
||||
|
||||
/obj/machinery/computer/department_orders/security
|
||||
name = "security order console"
|
||||
|
||||
Reference in New Issue
Block a user