Skeleton minions don't get wizard names anymore (#9189)

This commit is contained in:
Alberyk
2020-06-24 21:18:32 -03:00
committed by GitHub
parent 4cc1c04e24
commit 5a23b09fcf
2 changed files with 6 additions and 2 deletions

View File

@@ -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, "<B>You are a skeleton minion to [master], they are your master. Obey and protect your master at all costs, you have no free will.</B>")
SSghostroles.remove_spawn_atom("skeleton", src)