[MIRROR] Ash Walker flavor text modification (#5071)

* Ash Walker flavor text modification

* Merge pull request #43463 from subject217/ashwalker

Ash Walker flavor text modification
This commit is contained in:
yogstation13-bot
2019-04-08 02:26:50 +02:00
committed by Gary Lafortune
parent 70b3a73ab1
commit 2ea6be5f0e

View File

@@ -50,7 +50,7 @@
/obj/effect/mob_spawn/human/ash_walker/special(mob/living/new_spawn) /obj/effect/mob_spawn/human/ash_walker/special(mob/living/new_spawn)
new_spawn.fully_replace_character_name(null,random_unique_lizard_name(gender)) new_spawn.fully_replace_character_name(null,random_unique_lizard_name(gender))
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, "<b>Drag the corpses of men and beasts to your nest. It will absorb them to create more of your kind. Don't leave your nest undefended, protect it with your life. Glory to the Necropolis!</b>")
new_spawn.grant_language(/datum/language/draconic) new_spawn.grant_language(/datum/language/draconic)
var/datum/language_holder/holder = new_spawn.get_language_holder() var/datum/language_holder/holder = new_spawn.get_language_holder()