Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderinghost committed Nov 20, 2024
1 parent 7cf3537 commit 8243a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion code/modules/mob/living/silicon/robot/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
blocks_emissive = EMISSIVE_BLOCK_UNIQUE
light_system = MOVABLE_LIGHT_DIRECTIONAL
light_on = FALSE

radio = new /obj/item/radio/borg

var/custom_name = ""
var/braintype = "Cyborg"
Expand Down Expand Up @@ -142,7 +144,7 @@

update_law_history() //yogs

radio = new /obj/item/radio/borg(src)

if(!scrambledcodes && !builtInCamera)
builtInCamera = new (src)
builtInCamera.c_tag = real_name
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
R.module = RM
R.update_module_innate()
RM.rebuild_modules()
R.radio.recalculateChannels()
var/datum/component/armor_plate/C = R.GetComponent(/datum/component/armor_plate)
if(C) // Remove armor plating.
C.dropplates()
Expand Down

0 comments on commit 8243a86

Please sign in to comment.