Skip to content

Commit

Permalink
Merge pull request #11119 from HippieStation/upstream-pr-141842625-ex…
Browse files Browse the repository at this point in the history
…perimental

[MIRROR] Ash Walker flavor text modification
  • Loading branch information
Jujumatic committed Apr 8, 2019
2 parents cca611b + 197cf76 commit 06304f3
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 06304f3

Please sign in to comment.