Mining Module Given Hailing + Jetpack Material Change (#19715)

Cyborg mining module now has hailing channel

Cyborg Jetpack Module now requires silver instead of Phoron

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2024-08-01 11:52:56 -04:00
committed by GitHub
parent b08cc3d3a1
commit df13ee2c09
3 changed files with 61 additions and 2 deletions
@@ -704,7 +704,7 @@ var/global/list/robot_modules = list(
/obj/item/robot_module/miner
name = "miner robot module"
channels = list(CHANNEL_SUPPLY = TRUE)
channels = list(CHANNEL_SUPPLY = TRUE, CHANNEL_HAILING = TRUE)
networks = list(NETWORK_MINE)
sprites = list(
"Basic" = list(ROBOT_CHASSIS = "robot_mine", ROBOT_PANEL = "robot", ROBOT_EYES = "robot"),