Research robot module QoL improvements (#14445)

This commit is contained in:
feartheblackout
2022-08-06 16:47:55 +02:00
committed by GitHub
parent c303059f6f
commit 2b08b9f892
2 changed files with 52 additions and 1 deletions
@@ -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(