diff --git a/code/game/gamemodes/clock_cult/clock_mobs.dm b/code/game/gamemodes/clock_cult/clock_mobs.dm index 30ae6a8e3b9..ab1e7d7d979 100644 --- a/code/game/gamemodes/clock_cult/clock_mobs.dm +++ b/code/game/gamemodes/clock_cult/clock_mobs.dm @@ -1,5 +1,6 @@ /mob/living/simple_animal/hostile/anima_fragment //Anima fragment: Low health and high melee damage, but slows down when struck. Created by inserting a soul vessel into an empty fragment. name = "anima fragment" + unique_name = 1 desc = "An ominous humanoid shell with a spinning cogwheel as its head, lifted by a jet of blazing red flame." faction = list("ratvar") icon = 'icons/mob/clockwork_mobs.dmi'