diff --git a/code/modules/mob/living/carbon/human/species/outsider/undead.dm b/code/modules/mob/living/carbon/human/species/outsider/undead.dm index af33101bdba..fea39b2ba54 100644 --- a/code/modules/mob/living/carbon/human/species/outsider/undead.dm +++ b/code/modules/mob/living/carbon/human/species/outsider/undead.dm @@ -6,8 +6,6 @@ /mob/living/carbon/human/skeleton/proc/spawn_skeleton(var/mob/user) src.ckey = user.ckey - src.real_name = "[pick(wizard_first)] [pick(wizard_second)]" - src.name = src.real_name if(master) to_chat(src, "You are a skeleton minion to [master], they are your master. Obey and protect your master at all costs, you have no free will.") SSghostroles.remove_spawn_atom("skeleton", src) diff --git a/html/changelogs/alberyk-bruhskeleton.yml b/html/changelogs/alberyk-bruhskeleton.yml new file mode 100644 index 00000000000..8ca73d97fb7 --- /dev/null +++ b/html/changelogs/alberyk-bruhskeleton.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Wizard skeleton minions don't have whacky wizard names anymore."