mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user