Skip to content

Commit

Permalink
Merge pull request #43463 from subject217/ashwalker
Browse files Browse the repository at this point in the history
Ash Walker flavor text modification
  • Loading branch information
optimumtact committed Apr 7, 2019
2 parents c06ec19 + c13420e commit c013c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/ghost_role_spawners.dm
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

1 comment on commit c013c37

@CrazyClown12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be just a change to flavourtext or a shift in policy that you have to stay near it, similar to the lavaland syndicate rules?

Please sign in to comment.