Adds Species Blurbs in the Character Preference Menu (#23229)

* LOREEEEEEEEE

* Update code/modules/client/preference/character.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

* Update code/modules/client/preference/preferences.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

* Update code/modules/client/preference/preferences.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* EVERY FUCKING BLURBBBBB

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* REWORKED THE HUMAN TEXT

* Update human_species.dm

* skrell lore tweak

---------

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Octus
2023-12-06 15:29:02 +00:00
committed by GitHub
co-authored by GDN Luc
parent 9ce6730c56
commit 2e860a500f
15 changed files with 66 additions and 50 deletions
@@ -383,6 +383,11 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
dat += "<b>Socks:</b> <a href ='?_src_=prefs;preference=socks;task=input'>[active_character.socks]</a><BR>"
dat += "<b>Backpack Type:</b> <a href ='?_src_=prefs;preference=bag;task=input'>[active_character.backbag]</a><br>"
var/datum/species/myspecies = GLOB.all_species[active_character.species]
if(!isnull(myspecies))
dat += "<h2>Species Information</h2>"
dat += "<br><b>Species Description:</b> [myspecies.blurb]<br>"
dat += "</td></tr></table>"
if(TAB_GAME) // General Preferences