mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Merge pull request #16346 from VOREStation/revert-16343-ERT
Revert "fix ERT radio access"
This commit is contained in:
@@ -751,7 +751,6 @@ var/global/list/robot_modules = list(
|
||||
/obj/item/weapon/robot_module/robot/security/combat
|
||||
name = "combat robot module"
|
||||
hide_on_manifest = TRUE
|
||||
channels = list(CHANNEL_SECURITY = 1, CHANNEL_RESPONSE_TEAM = 1)
|
||||
supported_upgrades = list(/obj/item/borg/upgrade/restricted/bellycapupgrade)
|
||||
|
||||
/obj/item/weapon/robot_module/robot/security/combat/create_equipment(var/mob/living/silicon/robot/robot)
|
||||
@@ -770,7 +769,6 @@ var/global/list/robot_modules = list(
|
||||
|
||||
src.modules += new /obj/item/device/dogborg/sleeper/K9/ert(src)
|
||||
src.modules += new /obj/item/weapon/dogborg/pounce(src)
|
||||
robot.radio.centComm = 1
|
||||
|
||||
|
||||
/* Drones */
|
||||
|
||||
Reference in New Issue
Block a user