mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Research robot module QoL improvements (#14445)
This commit is contained in:
@@ -760,7 +760,9 @@ var/global/list/robot_modules = list(
|
||||
|
||||
/obj/item/robot_module/research
|
||||
name = "research module"
|
||||
channels = list(CHANNEL_SCIENCE = TRUE)
|
||||
channels = list(CHANNEL_SCIENCE = TRUE,
|
||||
CHANNEL_SUPPLY = TRUE
|
||||
)
|
||||
networks = list(NETWORK_RESEARCH)
|
||||
sprites = list(
|
||||
"Basic" = list(ROBOT_CHASSIS = "robot_sci", ROBOT_PANEL = "robot", ROBOT_EYES = "robot"),
|
||||
@@ -828,6 +830,13 @@ var/global/list/robot_modules = list(
|
||||
N.synths = list(nanite)
|
||||
modules += N
|
||||
|
||||
var/datum/matter_synth/metal = new /datum/matter_synth/metal(15000)
|
||||
synths += metal
|
||||
|
||||
var/obj/item/stack/material/cyborg/steel/M = new /obj/item/stack/material/cyborg/steel(src)
|
||||
M.synths = list(metal)
|
||||
modules += M
|
||||
|
||||
/obj/item/robot_module/syndicate
|
||||
name = "syndicate robot module"
|
||||
languages = list(
|
||||
|
||||
Reference in New Issue
Block a user