Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8243a86

Browse files
committed
hmm
1 parent 7cf3537 commit 8243a86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

code/modules/mob/living/silicon/robot/robot.dm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
blocks_emissive = EMISSIVE_BLOCK_UNIQUE
1313
light_system = MOVABLE_LIGHT_DIRECTIONAL
1414
light_on = FALSE
15+
16+
radio = new /obj/item/radio/borg
1517

1618
var/custom_name = ""
1719
var/braintype = "Cyborg"
@@ -142,7 +144,7 @@
142144

143145
update_law_history() //yogs
144146

145-
radio = new /obj/item/radio/borg(src)
147+
146148
if(!scrambledcodes && !builtInCamera)
147149
builtInCamera = new (src)
148150
builtInCamera.c_tag = real_name

code/modules/mob/living/silicon/robot/robot_modules.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@
228228
R.module = RM
229229
R.update_module_innate()
230230
RM.rebuild_modules()
231-
R.radio.recalculateChannels()
232231
var/datum/component/armor_plate/C = R.GetComponent(/datum/component/armor_plate)
233232
if(C) // Remove armor plating.
234233
C.dropplates()

0 commit comments

Comments
 (0)