Skip to content

Commit

Permalink
[MIRROR] Ash Walker flavor text modification (#5071)
Browse files Browse the repository at this point in the history
* Ash Walker flavor text modification

* Merge pull request #43463 from subject217/ashwalker

Ash Walker flavor text modification
  • Loading branch information
yogstation13-bot authored and Altoids1 committed Apr 8, 2019
1 parent 70b3a73 commit 2ea6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/ghost_role_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

/obj/effect/mob_spawn/human/ash_walker/special(mob/living/new_spawn)
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)
var/datum/language_holder/holder = new_spawn.get_language_holder()
Expand Down

0 comments on commit 2ea6be5

Please sign in to comment.