Merge pull request #11335 from Ghommie/Ghommie-cit604

Made flavor texts into an element datum, appliable to every atom.
This commit is contained in:
kevinz000
2020-03-10 17:26:20 -07:00
committed by GitHub
12 changed files with 168 additions and 69 deletions
@@ -49,6 +49,5 @@
/datum/preferences/copy_to(mob/living/carbon/human/character, icon_updates = 1)
..()
character.give_genitals(TRUE)
character.flavor_text = features["flavor_text"] //Let's update their flavor_text at least initially
if(icon_updates)
character.update_genitals()