mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Skeleton minions don't get wizard names anymore (#9189)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user