diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index 8475e216345..5a06adc4e77 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -282,8 +282,7 @@ var/mob/living/silicon/robot/O = new /mob/living/silicon/robot( loc ) - if (!config.rename_cyborg) - else + if (config.rename_cyborg) O.rename_self("cyborg", 1) // cyborgs produced by Robotize get an automatic power cell