fix: requested changes

This commit is contained in:
Elienay Albuquerque
2021-11-03 16:55:04 -03:00
parent fa503a9fc8
commit 1660df05ff
2 changed files with 1 additions and 2 deletions
@@ -64,13 +64,11 @@
..()
lash = new
lash.Grant(H)
H.mind.offstation_role = TRUE
/datum/species/unathi/on_species_loss(mob/living/carbon/human/H)
..()
if(lash)
lash.Remove(H)
H.mind.offstation_role = FALSE
/datum/action/innate/tail_lash
name = "Tail lash"
@@ -76,6 +76,7 @@
/obj/effect/mob_spawn/human/ash_walker/special(mob/living/carbon/human/new_spawn)
new_spawn.rename_character(new_spawn.real_name, new_spawn.dna.species.get_random_name(new_spawn.gender))
new_spawn.mind.offstation_role = TRUE
to_chat(new_spawn, "<b>Drag the corpses of men and beasts to your nest. It will absorb them to create more of your kind. Glory to the Necropolis!</b>")
to_chat(new_spawn, "<span class='motd'>For more information, check the wiki page: ([GLOB.configuration.url.wiki_url]/index.php/Ash_Walker)</span>")