Update code/modules/antagonists/clockcult/clock_helpers/clock_rites.dm
Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
. = ..()
|
||||
if(!.)
|
||||
return FALSE
|
||||
target.visible_message("<span class='warning'>The robotic parts magnetize to [target], the new frame's eyes glowing in a brilliant yellow!")
|
||||
target.visible_message("<span class='warning'>The robotic parts magnetize to [target], the new frame's eyes glowing in a brilliant yellow!</span>")
|
||||
var/mob/living/silicon/robot/R = target.Robotize()
|
||||
R.cell = new /obj/item/stock_parts/cell/upgraded/plus(R)
|
||||
new /obj/effect/temp_visual/ratvar/sigil/transmission(T,2)
|
||||
|
||||
Reference in New Issue
Block a user