diff --git a/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm b/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm index a786ea27d40..850e28e1299 100644 --- a/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm +++ b/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm @@ -128,9 +128,9 @@ /mob/living/simple_animal/drone/cogscarab/Login() ..() add_servant_of_ratvar(src, TRUE) - src << "You are a cogscarab, a clockwork creation of Ratvar. As a cogscarab, you have low health, \ - an inbuilt proselytizer that can convert metal and plasteel to alloy, a set of relatively fast tools, can communicate over the Hierophant Network with :b, \ - and are immune to extreme temperatures and pressures. \n Your goal is to serve the Justiciar and his servants by repairing and defending all they create. \ + src << "You are a cogscarab, a clockwork creation of Ratvar. As a cogscarab, you have low health, an inbuilt proselytizer that can convert rods, \ + metal, and plasteel to alloy, a set of relatively fast tools, can communicate over the Hierophant Network with :b, and are immune to extreme \ + temperatures and pressures. \n Your goal is to serve the Justiciar and his servants by repairing and defending all they create. \ You yourself are one of these servants, and will be able to utilize almost anything they can, excluding a clockwork slab." /mob/living/simple_animal/drone/cogscarab/update_drone_hack()